1.0.4 • Published 2 years ago

workbookjs v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

jsworkbook

Cli tool that opens specified js notebook in localhost for Editing

Install

npm install --global workbookjs

Usage

workbookjs serve

Output

Creates a default workbook notebook.js in current directory launches the book at localhost:4005 for editing

Params

ArgsDefault valueDescriptionExample
<notebook_name>notebook.jsopens the specified workbook for editing in localhostworkbookjs serve <notebook_name>
--port, -p4005opens the workbook on specified portworkbookjs serve--port 4050

Features

  • Bundles codes using esbuild which bundles about 10-100x faster than other build tools

  • Bundles previous cell blocks. Hence no need to repeat code on every cell

  • Markdown Text cell support that can be used to explain the logic of your code.

  • Saves code to file which can be shared to other colleagues.

  • Inbuilt show(args) function that renders output to preview window without any additional logic required.

Screenshots

image

Authors

Mohan Kumar Sagadevan - GitHub

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago