https://github.com/chamons/rust-terminal-tool-template
A template for bootstrapping simple command line rust tools with clap and tracing
https://github.com/chamons/rust-terminal-tool-template
rust rust-template template-project template-repository
Last synced: 14 days ago
JSON representation
A template for bootstrapping simple command line rust tools with clap and tracing
- Host: GitHub
- URL: https://github.com/chamons/rust-terminal-tool-template
- Owner: chamons
- License: mit
- Created: 2022-08-11T01:25:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T01:36:41.000Z (over 3 years ago)
- Last Synced: 2025-01-20T14:55:22.576Z (12 months ago)
- Topics: rust, rust-template, template-project, template-repository
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-terminal-tool-template
A template for bootstrapping simple command line rust tools with clap and tracing
## Usage
1. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation)
```sh
cargo install cargo-generate
```
2. Clone this repository via `cargo-generate`:
```sh
cargo generate --git https://github.com/chamons/rust-terminal-tool-template --name
```