Package Exports
- mass-la-ejs-utils
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mass-la-ejs-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-module-boilerplate
Boilerplate to kickstart creating a Node.js module
This is what I use for my own modules.
Also check out node-cli-boilerplate
.
Getting started
Click the "Use this template" button.
Alternatively, create a new directory and then run:
$ curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/master.tar.gz | tar -xz --strip-components=1
There's also a Yeoman generator.
Remove everything from here and above
unicorn-fun 
My awesome module
Install
$ npm install unicorn-fun
Usage
const unicornFun = require('unicorn-fun');
unicornFun('unicorns');
//=> 'unicorns & rainbows'
API
unicornFun(input, options?)
input
Type: string
Lorem ipsum.
options
Type: object
postfix
Type: string
Default: rainbows
Lorem ipsum.