11.6.3 • Published 10 years ago

generator-jt-nm v11.6.3

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-jt-nm Build Status

A fork of the node module scaffolding by @sindresorhus. It changes preferred indentation to spaces from tabs, and moves tests to a subdirectory. It adds istanbul for coverage (with coveralls reporting), and JSCS for style enforcement. It adds a bunch of badges to the readme (nodei.co, coveralls, david-dm, and codeclimate).

Build Targets in Generated Project

  • npm test : run tests with coverage, then lint and check styles
  • npm run test : watch for changes and rerun the tests when detected.
  • npm run lint : run just the linter
  • npm run style : run just the style check
  • npm run debug : run tests (no coverage, no lint/style checks). Especially helpful if your stacktraces have mangled line numbers

Optionally with a CLI.

npm.io

Install

$ npm install --global generator-jt-nm

Usage

With yo:

$ yo jt-nm

Tip

Browse the source of my module and the upstream one by @sindresorhus. It's incredibly easy to fork and tweak things to your liking.

License

MIT

Original Source © Sindre Sorhus

Modifications © James Talmage

11.6.3

10 years ago

11.6.2

10 years ago

11.6.1

10 years ago

1.5.0

10 years ago

1.4.5

10 years ago

1.4.4

10 years ago

1.4.3

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago