node-bin-example

minimalistic CLI tool example

Usage no npm install needed!

<script type="module">
  import nodeBinExample from 'https://cdn.skypack.dev/node-bin-example';
</script>

README

node-bin-example

A minimalistic example of how to work with the package.json's "bin" property

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