@sanemat/generator-nm

2.0.7 • Public • Published

generator-nm

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.

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

Install

$ npm install --global @sanemat/generator-nm

Usage

With yo:

$ yo @sanemat/nm

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
    • david - Dependency Update

Changelog

changelog.md.

License

Forked @sanemat/generator-nm

MIT © Sanemat

Original generator-nm

MIT © Sindre Sorhus

Package Sidebar

Install

npm i @sanemat/generator-nm

Weekly Downloads

1

Version

2.0.7

License

MIT

Last publish

Collaborators

  • sanemat