Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

Usage: cpv [version] [optional: path to package.json]

-h, --help Display this help message
-v, --version Display the version

Examples:
cpv 1.0.0
cpv 1.2.0 path/to/package.json
```

It is build-in with the `cpv` alias.