1.0.6 • Published 5 years ago

bump-client-dependency v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Bump Client Dependency

Example FOSSA Status

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.

License

FOSSA Status

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago