Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshuawuyts/github-templates
Generate .github templates
https://github.com/yoshuawuyts/github-templates
Last synced: about 1 month ago
JSON representation
Generate .github templates
- Host: GitHub
- URL: https://github.com/yoshuawuyts/github-templates
- Owner: yoshuawuyts
- License: apache-2.0
- Created: 2018-08-19T17:17:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T00:32:25.000Z (over 5 years ago)
- Last Synced: 2024-08-03T18:22:28.587Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 151 KB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- stars - yoshuawuyts/github-templates - Generate .github templates (Rust)
README
# github-templates
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]Generate GitHub issue templates.
- [Documentation][8]
- [Crates.io][2]
- [Releases][9]## Screenshot
![screenshot](./assets/screenshot.png)## Usage
```txt
github-templates 0.1.0
Yoshua Wuyts
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 outputOPTIONS:
-n, --name Project name. Defaults to target directory nameARGS:
Target directory [default: .]
```## Acknowledgements
The templates included are based on [Parcel's excellent issue
templates](https://github.com/parcel-bundler/parcel/tree/master/.github/ISSUE_TEMPLATE),
and [Rust's RFC
template](https://github.com/rust-lang/rfcs/blob/master/0000-template.md).## Installation
```sh
$ cargo install github-templates
```## License
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)[1]: https://img.shields.io/crates/v/github-templates.svg?style=flat-square
[2]: https://crates.io/crates/github-templates
[3]: https://img.shields.io/travis/yoshuawuyts/github-templates.svg?style=flat-square
[4]: https://travis-ci.org/yoshuawuyts/github-templates
[5]: https://img.shields.io/crates/d/github-templates.svg?style=flat-square
[6]: https://crates.io/crates/github-templates
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
[8]: https://docs.rs/github-templates
[9]: https://github.com/yoshuawuyts/github-templates/releases