manual-package-version

1.0.10 • Public • Published

Manual package version

When you use the package, you choose how you want to change the version.
The changed version will be saved according to the type you select.

Warning

  • this package is change version in package.json file.

Supported formats version

  • format: [major version number].[minor version number].[patch version number]

Install

npm install manual-package-version
yarn add manual-package-version

How to use

  • NPX
npx manual-package-version
  • scripts in package.json
{
  "scripts" : {
    "update:version": "npx manual-package-version",
    "deploy": "yarn update:version && [your deploy scripts]"
  }
}

Tests

Clone the repo, and run npm test

Todo list

  • Support formats of different types.
  • use arguments

Package Sidebar

Install

npm i manual-package-version

Weekly Downloads

1

Version

1.0.10

License

MIT

Unpacked Size

4.14 kB

Total Files

3

Last publish

Collaborators

  • manbok