generator-optick-node-module
Version:
A Yeoman generator that creates the perfect node module
28 lines (22 loc) • 743 B
Markdown
# <%= repo %> [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]
> <%= description %>
<% if (beforeContent !== 'false') { -%>
<%- beforeContent %>
<% } -%>
## Installation
<% if (installationContent !== 'false') { -%>
<%- installationContent %>
<% } -%>
## Usage
<% if (usageContent !== 'false') { -%>
<%- usageContent %>
<% } -%>
<% if (afterContent !== 'false') { -%>
<%- afterContent %>
<% } -%>
## License
ISC © [<%= authorName %>](<%= authorUrl %>)
[npm-image]: https://badge.fury.io/js/<%= repo %>.svg
[npm-url]: https://npmjs.org/package/<%= repo %>
[daviddm-image]: https://david-dm.org/<%= user %>/<%= repo %>.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/<%= user %>/<%= repo %>