@jsdevtools/version-bump-prompt

v6.0.3
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

npm run lint:typescript && npm run lint:javascript

lint:typescript

tslint -p tsconfig.json

lint:javascript

eslint 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/[email protected]

Metadata

  • MIT
  • >=10
  • James Messinger
  • released 3/15/2020

Downloads