Skip to content

ryanpedersen42/browser-jotter

Repository files navigation

About

Monorepo for a CLI tool in npm (link)

It uses lerna to manage packages and deploy to npm.

Using the CLI tool


// 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