runtime-playground
v0.1.2
Published
runtimejs quick start
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-playgroundusage
- check if your system is ready
runtime-playground doctor- run the demo
runtime-playground demo- initialize a new project
runtime-playground initthis 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