A node CLI package which prints 'Heads' or 'Tails' on console upon execution.
Install the package globally
$ npm i flipcoin-headstails -g
Simply call the package
$ flipcoin-headstails
Note: I have created this simple package only to learn how npm cli packages are made and published.