package-version-manager

1.0.5 • Public • Published

package-version-manager PVM

update package.json in version one step

use case

When i made angular library and build this package with angular@cli has not update automatically package.json in version so i created PVM

example

"scripts": {
    "build-with-version": "pvm && ng build someProject"
}

install

  • npm npm install --save-dev package-version-manager

  • yarn yarn add -D package-version-manager

custom

Default PVM update root in package.json but if you want update another folder in package.json

create pvm.config.json and write "package_path"

example

SomeProject
└─role
    └─lal
        └─ package.json
// pvm.config.json
{
    "question": "Choose update version",
    "package_path": "/role/lal"
}

Dependents (0)

Package Sidebar

Install

npm i package-version-manager

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

12.8 kB

Total Files

11

Last publish

Collaborators

  • ceomurky