Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hunghg255/bumpp-version

Bump Version
https://github.com/hunghg255/bumpp-version

bump npm version

Last synced: 2 months ago
JSON representation

Bump Version

Awesome Lists containing this project

README

        



logo


A script to bump version of package.json and create a git tag.


NPM Version
NPM Downloads
Minizip
Contributors
License

## Install

```bash
npm i bumpp-version@latest -D
```

## Usage

```json
"scripts": {
"bump": "bumpp-version"
},
```

## Run Script

```bash
npx bumpp-version@latest

pnpx bumpp-version@latest

bunx bumpp-version@latest
```