UNPKG

crx-bump

Version:

Automatically (or with prompts) bump your version number(for Chrome Extension), commit changes, tag, and push to Git

30 lines (20 loc) 629 B
# crx-bump ## Intro Automatically (or with prompts) bump your version number(**for Chrome Extension**), commit changes, tag, and push to Git. <img title="crx-bump" alt="crx-bump" src="screenshot.svg"> ## Usage ``` cbump [options] Options: -c, --commit Commit changed files to Git. -t, --tag Tag the commit in Git. -p, --push Push the Git commit. -a, --all Commit/tag/push ALL pending files. -h, --help Display this message -v, --version Display version number ``` ## Thanks Inspired by [JS-DevTools/version-bump-prompt](https://github.com/JS-DevTools/version-bump-prompt) ## License MIT