Alternative of make, without making anything.
$ cargo install do-app
Then just run:
$ do [target]
Currently only supports .do.yaml
as filename.
yaml
tasks:
test:
- type: run
command: cmd
arguments:
- "/c"
- "echo Hello from do command!"
This program is licenced under the MIT Licence. For details, refer the licence description below.
https://s6n.mit-license.org/