UNPKG

358 BMarkdownView Raw
1# Manage Version
2A node command line tool for managing the version of a package.json using node semver package.
3
4## Command
5#### Help
6```bash
7manage-version --help
8```
9### Update
10```bash
11update [options] <to>
12
13update version of package.json
14
15Options:
16-h, --help output usage information
17-b, --branch <branch> source branch for evaluating next version
18```