ericclemmons/github-semantic-version

gsv binary

ericclemmons opened this issue · 2 comments

This can be as simple as package.json having:

"bin": {
  "github-semantic-version": "./bin/cli.js",
  "gsv": "./bin/cli.js"
}

Thanks, taking care of this in #11 !

Rolled in with merge of #11