0.0.42 • Published 11 months ago

scratch-rcbook v0.0.42

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Srcbook

JavaScript and TypeSript notebooks.

This application allows you to create, run, and share Srcbooks. Srcbooks are JavaScript or TypeScript notebooks that use the node runtime and run locally on your machine. Srcbooks export to markdown using the .src.md extension. These files can easily be shared, versioned, and rendered in any environment that supports Markdown, like your editor or GitHub UI.

Run

Installing

Srcbook is current distributed as a npm package. You can install it globally with the following command:

# Install
npm install -g srcbook

# Run the application
srcbook

Updating

You can update Srcbook to the latest version with:

npm update -g <package_name>