Publishing a NodeJS CLI tool to NPMPublished: May 15th 2023

Create a new folder (`my-cli-demo` for example) and use `npm init` command. Answer the questions with default options, except the entry point, which should be changed to `bin/index.js`...