bump-client-dependency
v1.0.6
Published
Bumps ClientDependency files found in projects like Umbraco
Downloads
15
Maintainers
Readme
Bump Client Dependency
A simple script to increase the version number in ClientDependency.config
files, commonly found in Umbraco CMS projects.
Usage
You can either install this locally using:
npm install -g bump-client-dependency
This will then allow you to run the following:
$ bump-client-dependency
$ bump-cd
$ bcd
Alternatively, you can use npx
:
$ npx bump-client-dependency
This will install the latest version, execute it, and then remove it. Ideal for keeping up to date with the latest.
Using in CI builds
You can run:
$ npx bump-client-dependency -t
Instead of incrementing the version number by 1, it will be updated to the current timestamp.