bumpery

v3.0.0
Yet another bump module, but this works exactly like the grunt-bump one, but without grunt
bump grunt bump increase patch version increase minor version increase major version semver tag version commit version manage publish and 1 more...

beautify

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

beautify-check

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

eslint

eslinter -u index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'

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

lint

npm run beautify && npm run eslint

prepush

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

do-changelog

npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'

bump

./bin/cli.js --verify='npm run prepush'

bump-minor

./bin/cli.js --versionType='minor' --verify='npm run prepush'

changelog

changelogx -f markdown -o ./changelog.md
npm i bumpery

Metadata

  • MIT
  • Whatever
  • Roy Riojas
  • released 10/15/2015

Downloads

Maintainers