Files
task/example/Taskfile.yml
2017-02-28 18:33:53 -03:00

7 lines
141 B
YAML

hello:
cmds:
- echo "I am going to write a file named 'output.txt' now."
- echo "hello" > output.txt
generates:
- output.txt