Package Exports
- generator-optick-node-module
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 (generator-optick-node-module) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
generator-optick-node-module

A Yeoman generator that creates the perfect node module
Installation
First, install Yeoman and generator-optick-node-module using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-optick-node-module
Usage
Then generate your new project:
yo optick-node-module my-module
# Or leave out "my-module" if you're already in your project directory.
License
ISC © Ian Walter