|
| 1 | +<div align="center"> |
| 2 | + <h1><%= elementName %></h1> |
| 3 | + <p><%= elementDescription %>e</p> |
| 4 | + |
| 5 | + <div> |
| 6 | + <a href="https://github.com/<%= elementOrganizationName %>/<%= elementName %>/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/<%= elementOrganizationName %>/<%= elementName %>" 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/<%= elementOrganizationName %>/<%= elementName %>/actions" aria-label="Lint Status"> |
| 13 | + <img src="https://img.shields.io/github/workflow/status/<%= elementOrganizationName %>/<%= elementName %>/lint-source?style=flat-square&label=lint"> |
| 14 | + </a> |
| 15 | + <a href="https://github.com/<%= elementOrganizationName %>/<%= elementName %>/actions" aria-label="Build Status"> |
| 16 | + <img src="https://img.shields.io/github/workflow/status/<%= elementOrganizationName %>/<%= elementName %>/build-source?style=flat-square"> |
| 17 | + </a> |
| 18 | + <a href="https://david-dm.org/<%= elementOrganizationName %>/<%= elementName %>" aria-label="Dependencies Status"> |
| 19 | + <img src="https://img.shields.io/david/<%= elementOrganizationName %>/<%= elementName %>?style=flat-square"> |
| 20 | + </a> |
| 21 | + <a href="https://www.npmjs.com/package/@<%= elementOrganizationName %>/<%= elementName %>" aria-label="NPM Version"> |
| 22 | + <img src="https://img.shields.io/npm/v/@<%= elementOrganizationName %>/<%= elementName %>?color=brightgreen&style=flat-square"> |
| 23 | + </a> |
| 24 | + <a href="https://www.npmjs.com/package/@<%= elementOrganizationName %>/<%= elementName %>" aria-label="NPM Downloads"> |
| 25 | + <img src="https://img.shields.io/npm/dm/@<%= elementOrganizationName %>/<%= elementName %>?style=flat-square"> |
| 26 | + </a> |
| 27 | + <a href="https://github.com/<%= elementOrganizationName %>/<%= elementName %>/blob/master/LICENSE" aria-label="MIT License"> |
| 28 | + <img src="https://img.shields.io/github/license/<%= elementOrganizationName %>/<%= elementName %>?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 `<%= elementName %>` |
| 39 | + |
| 40 | +```bash |
| 41 | +yarn add <%= elementName %> |
| 42 | +``` |
| 43 | + |
| 44 | +## Usage |
| 45 | + |
| 46 | +```javascript |
| 47 | +import foo from '<%= elementName %>'; |
| 48 | + |
| 49 | +foo(); |
| 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 | +<%- elementAuthor %> |
| 61 | + |
| 62 | +## License |
| 63 | + |
| 64 | +[MIT](https://github.com/<%= elementOrganizationName %>/<%= elementName %>/blob/master/LICENSE) |
0 commit comments