1 unstable release
0.1.0 | Jul 6, 2021 |
---|
#27 in #anything
6KB
119 lines
do
Alternative of make, without making anything.
🔧 Prerequisites
- Rust Toolchain v1.52+
📦 Installation
$ cargo install do-app
Then just run:
$ do [target]
💚 Example
Currently only supports .do.yaml
as filename.
tasks:
test:
- type: run
command: cmd
arguments:
- "/c"
- "echo Hello from do command!"
📄 Licence
This program is licenced under the MIT Licence. For details, refer the licence description below.
Dependencies
~3–4MB
~77K SLoC