conventional-changelog-generator

v0.0.2
cli wrapper to the conventional-changelog module
conventional-changelog changelog cli changelog-cli changelog cli

lint

jshint --reporter node_modules/jshint-stylish/stylish.js lib/**.js

style

jscs --reporter node_modules/jscs-stylish/jscs-stylish.js lib/**.js

format

jsfmt -w lib/**.js

code-check

npm run lint -s && npm run style -s

pretest

npm run code-check -s

test

istanbul cover _mocha

watch

watch 'npm run code-check -s' lib/

security

nsp audit-package

release

npm version patch -m 'Bumped to %s'

postrelease

git push && git push --tags && npm publish

Metadata

  • MIT
  • Whatever
  • Boris Sirota
  • released 2/12/2015

Downloads

Maintainers