radiovisual / generator-nmx

Scaffold out a node module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-nmx Build Status

Scaffold out a node module with Jest with optional babel, update-notifier and codecov

This generator is based off of this awesome node module generator, but I needed some extra configuration options when scaffolding out large node modules, and I wanted to change the test runner to use Jest.

screenshot

Install

$ npm install --global generator-nmx

Usage

With yo:

$ yo nmx

Tip

Use chalk if you want colors in your CLI.

License

MIT @ Michael Wuergler

About

Scaffold out a node module

License:MIT License


Languages

Language:JavaScript 100.0%