https://github.com/richrdkng/github-template
Custom .github templates for general projects by @richrdkng.
https://github.com/richrdkng/github-template
github github-template template
Last synced: 9 days ago
JSON representation
Custom .github templates for general projects by @richrdkng.
- Host: GitHub
- URL: https://github.com/richrdkng/github-template
- Owner: richrdkng
- License: isc
- Created: 2019-10-11T17:04:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T20:04:43.000Z (almost 5 years ago)
- Last Synced: 2025-09-30T16:38:53.898Z (8 months ago)
- Topics: github, github-template, template
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@richrdkng/github-template
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @richrdkng/github-template
[![NPM][badge-npm]][url-npm]
[![CI][badge-ci]][url-ci]
[![Dependencies][badge-deps]][url-deps]
[![License][badge-license-isc]][url-license-doc]
[![Contribution][badge-contrib]][url-contrib-doc]
[![Code Style][badge-code]][url-code]
[![Commit Style][badge-commit]][url-commit]
[![Release Workflow][badge-release]][url-release]
---
Custom **`.github`** templates for general projects by [**@richrdkng**](https://github.com/richrdkng).
---
## :coffee: Usage
Just simply **copy** and **paste** the following into the terminal and **execute** it in you package's **current directory**, no installation required :sunglasses::
```bash
rm -rf .github && npx @richrdkng/github-template .
```
## :beers: Contribution
**Any contribution is ***highly appreciated*****. To get going, check out the [**contribution guidelines**][url-contrib-doc].
***Thank you and have fun!***
## :copyright: License
[ISC][url-license-doc] @ [Richard King](https://www.richrdkng.com)
[badge-npm]: https://img.shields.io/npm/v/@richrdkng/github-template?color=brightgreen&label=NPM&style=flat-square&logo=npm
[badge-ci]: https://img.shields.io/travis/richrdkng/github-template/master?label=Travis%20CI&style=flat-square&logo=travis
[badge-deps]: https://img.shields.io/badge/Dependabot-enabled-brightgreen?&style=flat-square&logo=dependabot
[badge-code]: https://img.shields.io/badge/style-standard-f1d300.svg?style=flat-square&logo=javascript
[badge-commit]: https://img.shields.io/badge/commit-commitizen-fe7d37.svg?style=flat-square&logo=git
[badge-release]: https://img.shields.io/badge/⭓%20release-semantic--release-e10079.svg?style=flat-square
[badge-license-isc]: https://img.shields.io/badge/License-ISC-brightgreen.svg?style=flat-square&logo=github
[badge-contrib]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square&logo=github
[url-npm]: https://www.npmjs.com/package/@richrdkng/github-template
[url-ci]: https://travis-ci.org/richrdkng/github-template
[url-deps]: https://libraries.io/github/richrdkng/github-template
[url-code]: https://standardjs.com
[url-commit]: https://commitizen.github.io/cz-cli
[url-release]: https://semantic-release.gitbook.io/semantic-release
[url-license-doc]: https://github.com/richrdkng/github-template/blob/master/LICENSE.md
[url-contrib-doc]: https://github.com/richrdkng/github-template/blob/master/.github/CONTRIBUTING.md