0.1.2 • Published 10 years ago

runtime-playground v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

runtimejs playground

runtime playground lets you write kernel-space javascript, powered by npm and browserify

install

  1. get pre-requisites (on osx)

    brew install qemu
  2. install runtime playground

    npm install -g runtime-playground

usage

  1. check if your system is ready

    runtime-playground doctor
  2. run the demo

    runtime-playground demo
  3. 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.

  4. run your project

    runtime-playground run init.js
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago