Manage Version

A node command line tool for managing the version of a package.json.
Command
Help
manage-version --help
Update
update [options] <to>
update version of package.json
Options:
-h, --help output usage information
-b, --branch [branch] source branch for evaluating next version
-t, --token [access token] access token used for github
-o --owner [owner] owner of github repo
-r, --repo [repo] github repo
Examples
manage-version update minor
manage-version update github -o procore -r manage-version -t $GITHUB_TOKEN