#anything #toolchain #licence

app do-app

Alternative of make, without making anything

1 unstable release

0.1.0 Jul 6, 2021

#34 in #anything

MIT license

6KB
119 lines

do

Rust

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.

https://s6n.mit-license.org/

Dependencies

~2–3MB
~61K SLoC