UNPKG

@vladholubiev/generator-nm

Version:

Scaffold out a node module with jest, yarn and wallaby

42 lines (24 loc) 697 B
# <%= repoName %> [![CircleCI](https://img.shields.io/circleci/project/github/<%= githubUsername %>/<%= repoName %>.svg)](https://circleci.com/gh/<%= githubUsername %>/<%= repoName %>) ![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg) > <%= moduleDescription %> ## Install ``` $ yarn add <%= moduleName %> ``` ## Usage ```js const <%= camelModuleName %> = require('<%= moduleName %>'); <%= camelModuleName %>('unicorns'); //=> 'unicorns & rainbows' ``` ## API ### <%= camelModuleName %>(input, [options]) #### input Type: `string` Lorem ipsum. #### options ##### foo Type: `boolean`<br> Default: `false` Lorem ipsum. ## License MIT © [<%= name %>](<%= website %>)