xp-update-version-script

1.0.38 • Public • Published

xp-update-version-script

npm version

A script to programmatically update version numbers in package.json.

Installation

Install the package globally using Yarn:

yarn global add xp-update-version-script

Usage

After installing the package globally, you can run the update-version command in any project. The script increments the patch version in the package.json file.

Adding to package.json

To use the update-version script as a npm script in your project, add the following to your package.json:

{
  "scripts": {
    "update-version": "update-version"
  },
  // ... other fields ...
}

Now, you can run the script using:

yarn run update-version

Readme

Keywords

Package Sidebar

Install

npm i xp-update-version-script

Weekly Downloads

1

Version

1.0.38

License

MIT

Unpacked Size

2.13 kB

Total Files

4

Last publish

Collaborators

  • einstein23waf