@dotlit/litcode
v0.3.7
Published
This is a `.lit` notebook.
Readme
Welcome
This is a .lit notebook.
It' s made up of only a few sections:
Some code
In the browser
alert("Hi, from your browser")On your host machine
var dialog = require('dialog')
dialog.info("Hi, from Node.js")Everything is just a repl
osascript -e 'tell app "Finder" to display dialog "Hello World"' 