https://github.com/hunghg255/bumpp-version
Bump Version
https://github.com/hunghg255/bumpp-version
bump npm version
Last synced: 11 months ago
JSON representation
Bump Version
- Host: GitHub
- URL: https://github.com/hunghg255/bumpp-version
- Owner: hunghg255
- License: mit
- Created: 2023-10-07T15:04:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:32:05.000Z (about 2 years ago)
- Last Synced: 2025-06-15T14:17:53.950Z (12 months ago)
- Topics: bump, npm, version
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A script to bump version of package.json and create a git tag.
## 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
```