|
| 1 | +<div align="center"> |
| 2 | + <h1>repo-template</h1> |
| 3 | + <p>Boring GitHub Repository Template</p> |
| 4 | + |
| 5 | + <div> |
| 6 | + <a href="https://github.com/boringcodes/repo-template/commits" aria-label="Commitizen Friendly"> |
| 7 | + <img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square"> |
| 8 | + </a> |
| 9 | + <a href="https://github.com/boringcodes/repo-template" aria-label="Prettier Code Style"> |
| 10 | + <img src="https://img.shields.io/badge/code_style-prettier-brightgreen?style=flat-square"> |
| 11 | + </a> |
| 12 | + <a href="https://github.com/boringcodes/repo-template/actions" aria-label="Lint Status"> |
| 13 | + <img src="https://img.shields.io/github/workflow/status/boringcodes/repo-template/lint-source?style=flat-square&label=lint"> |
| 14 | + </a> |
| 15 | + <a href="https://github.com/boringcodes/repo-template/actions" aria-label="Build Status"> |
| 16 | + <img src="https://img.shields.io/github/workflow/status/boringcodes/repo-template/build-source?style=flat-square"> |
| 17 | + </a> |
| 18 | + <a href="https://david-dm.org/boringcodes/repo-template" aria-label="Dependencies Status"> |
| 19 | + <img src="https://img.shields.io/david/boringcodes/repo-template?style=flat-square"> |
| 20 | + </a> |
| 21 | + <a href="https://www.npmjs.com/package/@boringcodes/repo-template" aria-label="NPM Version"> |
| 22 | + <img src="https://img.shields.io/npm/v/@boringcodes/repo-template?color=brightgreen&style=flat-square"> |
| 23 | + </a> |
| 24 | + <a href="https://www.npmjs.com/package/@boringcodes/repo-template" aria-label="NPM Downloads"> |
| 25 | + <img src="https://img.shields.io/npm/dm/@boringcodes/repo-template?style=flat-square"> |
| 26 | + </a> |
| 27 | + <a href="https://github.com/boringcodes/repo-template/blob/master/LICENSE" aria-label="MIT License"> |
| 28 | + <img src="https://img.shields.io/github/license/boringcodes/repo-template?color=brightgreen&style=flat-square"> |
| 29 | + </a> |
| 30 | + <a href="https://github.com/boringcodes" aria-label="BoringCodes Verified"> |
| 31 | + <img src="https://img.shields.io/badge/boringcodes-verified-brightgreen?style=flat-square"> |
| 32 | + </a> |
| 33 | + </div> |
| 34 | +</div> |
| 35 | + |
| 36 | +## Installation |
| 37 | + |
| 38 | +Use the package manager to install foobar |
| 39 | + |
| 40 | +```bash |
| 41 | +yarn add foobar |
| 42 | +``` |
| 43 | + |
| 44 | +## Usage |
| 45 | + |
| 46 | +```javascript |
| 47 | +import foobar from 'foobar'; |
| 48 | + |
| 49 | +foobar(); |
| 50 | +``` |
| 51 | + |
| 52 | +## Contributing |
| 53 | + |
| 54 | +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. |
| 55 | + |
| 56 | +Please make sure to update tests as appropriate. |
| 57 | + |
| 58 | +## Authors |
| 59 | + |
| 60 | +[BoringCodes](https://github.com/boringcodes) |
| 61 | + |
| 62 | +## License |
| 63 | + |
| 64 | +[MIT](https://github.com/boringcodes/repo-template/blob/master/LICENSE) |
0 commit comments