github-templates

Crates.iogithub-templates
lib.rsgithub-templates
version0.2.0
sourcesrc
created_at2018-08-19 18:25:52.333234
updated_at2018-09-13 10:26:26.151675
descriptionGenerate GitHub issue templates
homepage
repositoryhttps://github.com/yoshuawuyts/github-templates
max_upload_size
id80297
size102,394
Yosh (yoshuawuyts)

documentation

https://docs.rs/github-templates

README

github-templates

crates.io version build status downloads docs.rs docs

Generate GitHub issue templates.

Screenshot

screenshot

Usage

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: .]

Acknowledgements

The templates included are based on Parcel's excellent issue templates, and Rust's RFC template.

Installation

$ cargo add github-templates

License

MIT OR Apache-2.0

Commit count: 71

cargo fmt