Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abranhe/change-pkg-version
Change package.json version
https://github.com/abranhe/change-pkg-version
cli package-json
Last synced: 8 days ago
JSON representation
Change package.json version
- Host: GitHub
- URL: https://github.com/abranhe/change-pkg-version
- Owner: abranhe
- License: mit
- Created: 2021-11-07T01:18:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T01:18:22.000Z (about 3 years ago)
- Last Synced: 2024-10-12T12:14:54.844Z (about 1 month ago)
- Topics: cli, package-json
- Language: Shell
- Homepage: https://npmjs.com/change-pkg-version
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# change-pkg-version
> A simple tool for lazy people trying to change the package.json version.
## Install
```bash
$ npm install change-pkg-version
```## Usage
```bash
$ change-pkg-version --helpUsage: cpv [version] [optional: path to package.json]
-h, --help Display this help message
-v, --version Display the versionExamples:
cpv 1.0.0
cpv 1.2.0 path/to/package.json
```It is build-in with the `cpv` alias.