changelogx

v1.0.7
Yet another changelog generator from git commits, based on conventions and with an optional hook to enforce the rules
changelog git changes history commits tags

beautify

esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js' 'hooks/**/*.js'

beautify-check

esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js' 'hooks/**/*.js'

eslint

eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ hooks/ -c './configs/eslint.json'

test

mocha-runner 'specs/**/*.js'

cover

istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary

watch

npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover

check

npm run beautify && npm run eslint && npm test

prepush

npm run beautify-check && npm run eslint && npm test

changelog

./bin/cli.js -f markdown -o ./changelog.md

Metadata

  • MIT
  • Whatever
  • Roy Riojas
  • released 3/19/2015

Downloads

Maintainers