3.3.0 • Published 6 years ago

generator-nm5 v3.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-nm5

NPM version Travis-CI Status Appveyor Status Daviddm Status

Scaffold out a node module

Optionally with a CLI.

This is what I use for my own modules.

npm.io

A Cross-Platform Node.js ES5 Module Generator For OS X, Linux And Windows.

Install

$ npm install --global generator-nm5

Usage

With yo:

$ yo nm5

Example

Build example.

Tip

Use chalk if you want colors in your CLI.

Features

Currently, it uses :

  • Lint
    • eslint
    • eclint - editorconfig
  • CI
    • travis-ci - Test on Ubuntu
    • appveyor - Test on Windows
    • tachikoma - Dependency Update as a Service. http://tachikoma.io
  • Test
    • mocha
    • power-assert
  • Utility
    • fixpack - Sort package.json
    • conventional-changelog - Changelog
    • npm-check-updates - Dependency Update

Changelog

changelog.md.

License

generator-nm5

MIT © Sanemat

Original generator-nm

MIT © Sindre Sorhus

3.3.0

6 years ago

3.2.1

6 years ago

3.2.0

8 years ago

3.1.5

8 years ago

3.1.4

8 years ago

3.1.3

8 years ago

3.1.1

9 years ago

3.1.0

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago