0.0.13 • Published 6 years ago

sandbox-scenario v0.0.13

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

sandbox-scenario

Demonstrate JavaScriopt projects on the browser. Usage here, live demo here. Command line interface:

Context :: object

  • type :: string
  • path :: string
  • options :: sandbox-editor.Options

require("sandbox-scenario")(spawn, parents, children, callback)

  • spawn :: sandbox-scenario.Context
  • parents :: [sandbox-scenario.Context]
  • children :: [sandbox-scenario.Context]
  • callback(error, script)
    • error :: Error
    • script :: sring

spawn = Spawn(parent1, parent2, ...)

  • parent1 :: string
  • parent2 :: string
  • child = spawn(path, script, argv)
    • path :: string
    • script :: string
    • argv :: [string]
    • child :: sandbox-spawn.Child | Worker
0.0.13

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago