0.1.1 • Published 6 years ago

generator-krimzen-ninja-module v0.1.1

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

generator-krimzen-ninja-module

Greenkeeper badge

This generator will allow you build node modules using the KrimZen Ninja conventions. These generally leverage:

  • es6 (babel)
  • snyk & nsp dependency checking
  • prettier formatting
  • eslint linting
  • jest testing
  • publishing coverage to codecov
  • circleci for CI
  • auto-generated documentation
  • More features to come

The template used can be found here.

Install

$ npm install -g yo generator-krimzen-ninja-module

Usage

$ yo ninja-module

License

MIT © Ryan Kotzen

Reference

This project is based off of generator-nod but points generates off a different base project which follows different conventions.