runtime-playground
v0.1.2
Published
runtimejs quick start
Downloads
13
Readme
runtimejs playground
runtime playground lets you write kernel-space javascript, powered by npm and browserify
install
- get pre-requisites (on osx)
brew install qemu
- install runtime playground
npm install -g runtime-playground
usage
- check if your system is ready
runtime-playground doctor
- run the demo
runtime-playground demo
- initialize a new project
runtime-playground init
this creates a scaffolding in your current directory.
you can edit these files and run them with the run
command.
- run your project
runtime-playground run init.js