1.0.1 • Published 1 year ago

jsnotbook v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

JsBook

This is an interactive coding environment. You can write javascript, see it executed, and write comprehensive documentation using markdown.

Installation

    npm install -g jsnotbook@latest

Usage

jsnotbook serve [filename/path-to-file] [--port=<number>]

Examples: jsnotbook serve test.js --port=3000 jsnotbook -p 3000 test.js

Default filename is notebook.js, default port is 4005

or:

npx jsnotbook serve

jsnotbook --help
1.0.1

1 year ago

1.0.0

1 year ago