{{#author}}
{{author_name}}
v{{version}}
{{#badges}}
{{#add_nodeico}}{{/add_nodeico}}
{{#add_github_badges}}{{#add_github_stars}}{{/add_github_stars}} {{#add_github_forks}}{{/add_github_forks}} {{#add_github_issues}}{{/add_github_issues}} {{#add_github_license}}{{/add_github_license}}{{/add_github_badges}} {{#add_travis}}{{/add_travis}} {{#add_coverage}}{{/add_coverage}} {{/badges}} {{/author}}
{{#license}}
{{license}} {{/license}}
{{description}}
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
{{#preferGlobal}}
npm install {{name}} --global
{{/preferGlobal}}
{{^preferGlobal}}
npm install {{name}} --save
{{/preferGlobal}}
{{#usage}}
{{{content}}}
{{/usage}}
{{#depDetails}}
- {{name}}: {{description}} {{/depDetails}} {{^depDetails}} None {{/depDetails}}
{{#devDepDetails}}
- {{name}}: {{description}} {{/devDepDetails}} {{^devDepDetails}} None {{/devDepDetails}}
{{#scripts.test}}
npm install
npm test
{{/scripts.test}}
{{#testOutput}}
{{{testOutput}}}
{{/testOutput}}