binthere-cli
v0.1.0
Published
BinThere CLI binary installer
Readme
npm wrapper
This folder contains an npm package that installs the prebuilt BinThere binary from GitHub Releases and exposes the binthere command.
Setup before publish
- Edit
package.jsonand setbinthereBinary.repoto your repository, for example:ilyas/binthere
- Ensure a matching GitHub release exists for the npm version, for example:
- npm version
0.1.0-> git tag/releasev0.1.0
- npm version
Publish
cd npm
npm publish --access publicInstall for users
npm i -g binthere-cli
binthere --help