generator-ninja-module
v1.1.1
Published
NodeJS modules generator with ES6 (Babel), Jest, CircleCI, Codecov, Documentation, Snyk, Nsp, prettier and more. This generator allows you to build node modules that follow the KrimZen Ninja conventions.
Downloads
9
Maintainers
Readme
generator-ninja-module
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-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.