An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Bump Client Dependency

![Example](example.gif)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSteveEdson%2Fbump-client-dependency.svg?type=shield)](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
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FSteveEdson%2Fbump-client-dependency.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FSteveEdson%2Fbump-client-dependency?ref=badge_large)