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

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

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