repositorypackage
0.0.0-20230317022312-c4e969c09cd5
Repository: https://github.com/akarachen/bump-version.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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?
- Clone this repo.
go build
- Move
bump-version[.exe]
into your$PATH
- Run
bump-version
in your npm package dir.