45 Star 300 Fork 75

GVPYoMo / yomo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Taskfile.yml 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
venjiang 提交于 2022-10-12 09:26 . refactor: merge CLI repository (#379)
# https://taskfile.dev
version: "3"
output: "prefixed"
includes:
cli:
taskfile: ./cli/Taskfile.yml
dir: ./cli
tasks:
default:
dir: ./example
cmds:
- echo "Go to ./example for detail usage, like [task basic:run]"
- echo "🍭 all examples list here"
- ls ./
- echo "🍭 all tasks list here"
- task -l
silent: true
Go
1
https://gitee.com/yomorun/yomo.git
git@gitee.com:yomorun/yomo.git
yomorun
yomo
yomo
master

搜索帮助