gsv binary
ericclemmons opened this issue · 2 comments
ericclemmons commented
This can be as simple as package.json
having:
"bin": {
"github-semantic-version": "./bin/cli.js",
"gsv": "./bin/cli.js"
}
daveashworth commented
Thanks, taking care of this in #11 !
daveashworth commented
Rolled in with merge of #11