Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.