osr-mono/ref/cli/README.md
2024-11-12 21:57:02 +01:00

13 lines
372 B
Markdown

# Rust cli boilerplate.
Contains [clap](https://clap.rs/) for arguments parsing and nothing else.
# How to use this boilerplate?
- Replace name, authors etc in [Cargo.toml](./Cargo.toml) and you are good to go.
- Using cargo [generate](https://github.com/ashleygwilliams/cargo-generate).
```sh
cargo generate --git https://github.com/pjmp/rust-cli-boilerplate.git
```