@jsdevtools/version-bump-prompt

v6.1.0
Automatically (or with prompts) bump your version number, commit changes, tag, and push to Git
version bump npm node bower package git tag push and 2 more...

clean

shx rm -rf .nyc_output coverage lib

lint

eslint src test

build

tsc

watch

tsc --watch

test

mocha && npm run lint

coverage

nyc node_modules/mocha/bin/mocha

upgrade

npm-check -u && npm audit fix

bump

node bin/bump.js --tag --push --all

release

npm run upgrade && npm run clean && npm run build && npm test && npm run bump
npm i @jsdevtools/version-bump-prompt

Metadata

  • MIT
  • >=10
  • James Messinger
  • released 8/29/2020

Downloads