Boilerplate to kickstart creating a Node.js module
This is what I use for my own modules.
Click the "Use this template" button.
Alternatively, create a new directory and then run:
$ curl -fsSL https://github.com/ksathyanm/node-module-boilerplate/archive/master.tar.gz | tar -xz --strip-components=1
Remove everything from here and above
My awesome module
$ npm install node-module-boilerplate
const unicornFun = require("node-module-boilerplate")
unicornFun("unicorns")
//=> "unicorns & rainbows"
Type: string
Lorem ipsum.
Type: object
Type: string
Default: rainbows
Lorem ipsum.