An open API service indexing awesome lists of open source software.

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.

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