generator-bunny
Version:
Jumpstart node module, like a bunny
56 lines (36 loc) • 2.44 kB
Markdown
# <%= moduleName %>
> <%= description %>
[](https://www.npmjs.com/package/<%= moduleName %>)
[](https://npm-stat.com/charts.html?package=<%= moduleName %>&from=2016-04-01)
[](https://travis-ci.org/<%= githubUsername %>/<%= moduleName %>)
[](https://codecov.io/github/<%= githubUsername %>/<%= moduleName %>)
<br />
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)
[](./other/code_of_conduct.md)
[](./other/roadmap.md)
## Why?
// TODO
## Installation
```sh
npm install <% if (global) { %>-g<% } else { %>--save<% } %> <%= moduleName %>
```
## Usage
```js
import <%= camelModule %> from '<%= moduleName %>';
<%= camelModule %>('🐰');
//=> '👉 🐰 👈'
```
## FAQ
// TODO
## Related
// TODO
## Contributors
Thanks goes to these people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars2.githubusercontent.com/u/22868432?v=3" width="100px;"/><br /><sub><%= name %></sub>](https://github.com/<%= githubUsername %>)<br />[💻](https://github.com/<%= githubUsername %>/<%= moduleName %>/commits?author=<%= githubUsername %> "Code") [📖](https://github.com/<%= githubUsername %>/<%= moduleName %>/commits?author=<%= githubUsername %> "Documentation") [🚇](#infra-luftywiranda13 "Infrastructure (Hosting, Build-Tools, etc)") |
| :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## License
MIT © [<%= name %>](<%= website %>)