https://github.com/gr2m/node-bin-example
minimalistic CLI tool example
https://github.com/gr2m/node-bin-example
Last synced: about 1 year ago
JSON representation
minimalistic CLI tool example
- Host: GitHub
- URL: https://github.com/gr2m/node-bin-example
- Owner: gr2m
- Created: 2015-06-22T18:20:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T06:47:59.000Z (over 5 years ago)
- Last Synced: 2025-04-10T10:40:49.750Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# node-bin-example
A minimalistic example of how to work with the [package.json's "bin" property](https://docs.npmjs.com/files/package.json#bin)
## Local setup
```
git clone git@github.com:gr2m/node-bin-example.git
cd node-bin-example
./bin/node-bin-example
```
## Install from npm
```
npm install -g node-bin-example
node-bin-example
```
## License
MIT