Crates.io | github-templates |
lib.rs | github-templates |
version | 0.2.0 |
source | src |
created_at | 2018-08-19 18:25:52.333234 |
updated_at | 2018-09-13 10:26:26.151675 |
description | Generate GitHub issue templates |
homepage | |
repository | https://github.com/yoshuawuyts/github-templates |
max_upload_size | |
id | 80297 |
size | 102,394 |
Generate GitHub issue templates.
github-templates 0.1.0
Yoshua Wuyts <yoshuawuyts@gmail.com>
Generate GitHub issue templates.
USAGE:
github-templates [FLAGS] [OPTIONS] [dir]
FLAGS:
-h, --help Prints help information
-P, --pretty Enable pretty printing
-V, --version Prints version information
-v, --verbosity Pass many times for more log output
OPTIONS:
-n, --name <name> Project name. Defaults to target directory name
ARGS:
<dir> Target directory [default: .]
The templates included are based on Parcel's excellent issue templates, and Rust's RFC template.
$ cargo add github-templates
MIT OR Apache-2.0