Home

Awesome

Getting Started

Install generator-node-esnext.

$ npm i -g generator-node-esnext

Create a directory for your node es6 package. Then cd into it.

$ mkdir <node-esnext-package> && cd <node-esnext-package>

Finally, initiate the generator:

$ yo node-esnext

Usage

Within your package the generator provides the following commands.

Commands

The generator expects a few conventions. They are easy to change if they are not found to be suitable.

Expectations

License

MIT