1 unstable release
new 0.0.0 | Jan 23, 2025 |
---|
#150 in #cli-applications
100 downloads per month
16KB
264 lines
proton-cli
[]
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
.
Features
- Feature 1
Getting Started
Building from the source
Start by cloning the repository
git clone https://github.com/FL03/template-rs-cli.git
Change directory
cd template-rs-cli
Building the project
cargo build --all-features -r -v --workspace
Running tests
cargo test --all-features -r -v --workspace
Usage
Add this to your Cargo.toml
:
cargo install template-rs-cli
Dependencies
~5.5–8MB
~135K SLoC