do-app

Crates.iodo-app
lib.rsdo-app
version0.1.0
sourcesrc
created_at2021-07-06 11:30:41.815139
updated_at2021-07-06 11:30:41.815139
descriptionAlternative of make, without making anything.
homepagehttps://github.com/siketyan/do
repositoryhttps://github.com/siketyan/do.git
max_upload_size
id419408
size14,512
Natsuki Ikeguchi (siketyan)

documentation

README

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/

Commit count: 10

cargo fmt