generator-nms

0.0.15 • Public • Published

generator-nms

Build Status standard-readme compliant

Scaffold out a minimal node module using standard and ava

Optionally with a CLI.

This is what I use for my own modules. It is based heavily on sindresorhus/generator-nm. The differences are:

  • I use standard instead of xo;
  • I removed the .editorconfig file because I never use it;
  • I made the description part of the initial setup instead of using superb;
  • I added a lint command to the package.json.
  • I use standard-readme.

I expect that there will be more differences in the future.

Install

$ npm install --global generator-nms

Usage

With yo:

$ yo nms

Travis

Note that this adds a .travis.yml, but doesn't enable it. To do this, I would suggest installing the Travis CLI, and then running travis enable in the repo after running yo nms.

Tip

Use chalk if you want colors in your CLI.

Contribute

PRs and issues gladly accepted.

License

MIT © Richard Littauer

Package Sidebar

Install

npm i generator-nms

Weekly Downloads

8

Version

0.0.15

License

MIT

Last publish

Collaborators

  • richardlitt