Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hunghg255/bumpp-version
- Owner: hunghg255
- License: mit
- Created: 2023-10-07T15:04:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:32:05.000Z (10 months ago)
- Last Synced: 2024-10-17T13:45:02.373Z (3 months ago)
- Topics: bump, npm, version
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 9
- 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@latestpnpx bumpp-version@latest
bunx bumpp-version@latest
```