https://github.com/steveedson/bump-client-dependency
A simple script to increase the version number in `ClientDependency.config` files, commonly found in Umbraco CMS projects.
https://github.com/steveedson/bump-client-dependency
Last synced: about 1 year ago
JSON representation
A simple script to increase the version number in `ClientDependency.config` files, commonly found in Umbraco CMS projects.
- Host: GitHub
- URL: https://github.com/steveedson/bump-client-dependency
- Owner: SteveEdson
- Created: 2018-11-09T11:07:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T17:12:49.000Z (over 5 years ago)
- Last Synced: 2025-03-25T17:21:12.519Z (about 1 year ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bump Client Dependency

[](https://app.fossa.io/projects/git%2Bgithub.com%2FSteveEdson%2Fbump-client-dependency?ref=badge_shield)
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:
```bash
npm install -g bump-client-dependency
```
This will then allow you to run the following:
```bash
$ bump-client-dependency
$ bump-cd
$ bcd
```
Alternatively, you can use `npx`:
```bash
$ 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:
```bash
$ npx bump-client-dependency -t
```
Instead of incrementing the version number by 1, it will be updated to the current timestamp.
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2FSteveEdson%2Fbump-client-dependency?ref=badge_large)