| Crates.io | do-app |
| lib.rs | do-app |
| version | 0.1.0 |
| created_at | 2021-07-06 11:30:41.815139+00 |
| updated_at | 2021-07-06 11:30:41.815139+00 |
| description | Alternative of make, without making anything. |
| homepage | https://github.com/siketyan/do |
| repository | https://github.com/siketyan/do.git |
| max_upload_size | |
| id | 419408 |
| size | 14,512 |
Alternative of make, without making anything.
$ cargo install do-app
Then just run:
$ do [target]
Currently only supports .do.yaml as filename.
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.