Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akarachen/bump-version
Yet another bump version cli for npm packages, but written in Go.
https://github.com/akarachen/bump-version
Last synced: 21 days ago
JSON representation
Yet another bump version cli for npm packages, but written in Go.
- Host: GitHub
- URL: https://github.com/akarachen/bump-version
- Owner: AkaraChen
- License: mit
- Created: 2022-12-22T04:05:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:06:17.000Z (over 1 year ago)
- Last Synced: 2024-10-05T11:32:27.270Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 6.09 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bump-version
Yet another bump version cli for npm packages, but written in Go.
## Why Go?
Because I'm learning go.
## How to use?
1. Clone this repo.
2. `go build`
3. Move `bump-version[.exe]` into your `$PATH`
4. Run `bump-version` in your npm package dir.