https://github.com/sassman/cli-template-rs
my personal cli app template for rust
https://github.com/sassman/cli-template-rs
cargo-generate cli rustlang templates
Last synced: about 1 year ago
JSON representation
my personal cli app template for rust
- Host: GitHub
- URL: https://github.com/sassman/cli-template-rs
- Owner: sassman
- License: gpl-3.0
- Created: 2020-06-04T22:59:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T16:17:33.000Z (about 5 years ago)
- Last Synced: 2025-01-31T15:36:40.531Z (over 1 year ago)
- Topics: cargo-generate, cli, rustlang, templates
- Language: Rust
- Homepage:
- Size: 18.6 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}} CLI
{{project-description}}
## What does {{project-name}}?
In short, {{project-name}} solves the problem of ...
## Quick Start
### Install
To install the {{project-name}}, you just need to run
```bash
cargo install --force {{project-name}}
```
(--force just makes it update to the latest `{{project-name}}` if it's already installed)
**Note** the binary is called `{{project-name | split: "-cli" | first}}` (without `-cli`)
to verify if the installation was successful, you can run `which {{project-name | split: "-cli" | first}}` that should output similar to
```sh
$HOME/.cargo/bin/{{project-name | split: "-cli" | first}}
```
### Usage
```sh
$ {{project-name | split: "-cli" | first}} --help
TODO: --help output goes here
```
## License
[](https://www.gnu.org/licenses/gpl-3.0)
- **[GNU GPL v3 license](https://www.gnu.org/licenses/gpl-3.0)**
- Copyright 2019 © [Sven Assmann][me].
[me]: https://www.d34dl0ck.me