![]() Before: ``` ❯ aiken check Error: × No such file or directory (os error 2) ``` After: ``` ❯ aiken check Error: × Missing 'aiken.toml' manifest in /Users/ktorz/Documents/Projects/aiken-lang/aiken help: Try running `aiken new <REPOSITORY/PROJECT>` to initialise a project with an example manifest. ``` Co-authored-by: KtorZ <matthias.benkort@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
CLI
This is the crate that contains the aiken command line application which bundles together all the other crates in this project.
Install
cargo install aiken