| Crates.io | proton-cli |
| lib.rs | proton-cli |
| version | 0.0.0 |
| created_at | 2025-01-23 21:28:57.353329+00 |
| updated_at | 2025-01-23 21:28:57.353329+00 |
| description | A template command line application written in Rust leveraging the clap framework |
| homepage | https://github.com/scattered-systems/proton/wiki |
| repository | https://github.com/scattered-systems/proton-cli.git |
| max_upload_size | |
| id | 1528381 |
| size | 47,168 |
[]
The application is currently in the early stages of development and is not yet ready for production use.
A template for creating a CLI application in Rust using clap.
Start by cloning the repository
git clone https://github.com/FL03/template-rs-cli.git
cd template-rs-cli
cargo build --all-features -r -v --workspace
cargo test --all-features -r -v --workspace
Add this to your Cargo.toml:
cargo install template-rs-cli