Monorepo for a CLI tool in npm (link)
It uses lerna to manage packages and deploy to npm.
// base command to provision notebook.js in current directory, accessible on port 4005
npx browser-jotter serve
// optional flags
npx browser-jotter serve <name of file> -p <port to run on>
// help
npx browser-jotter -h