https://github.com/n8henrie/rust-cli-template
Basic template for CLI apps in Rust
https://github.com/n8henrie/rust-cli-template
Last synced: 3 months ago
JSON representation
Basic template for CLI apps in Rust
- Host: GitHub
- URL: https://github.com/n8henrie/rust-cli-template
- Owner: n8henrie
- License: mit
- Created: 2023-10-04T00:10:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T13:52:20.000Z (over 1 year ago)
- Last Synced: 2024-12-27T16:26:13.143Z (5 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# {{project-name}}
master: [](https://github.com/n8henrie/{{ repo-name }}/actions/workflows/ci.yml)
{{ project-description }}
[](https://crates.io/crates/{{project-name}})
[](https://docs.rs/{{project-name}})## Features
- TODO
## Introduction
- TODO
## Quickstart
### Cargo
* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install {{project-name}}`### Development Setup
1. Clone the repo: `git clone https://github.com/n8henrie/{{ repo-name }} && cd
{{ repo-name }}`
- TODO## Configuration
- TODO
## Acknowledgements
- TODO
## Troubleshooting / FAQ
- How can I install an older / specific version of {{ project-name }}?
- TODO