0.0.13 • Published 5 years ago

sandbox-scenario v0.0.13

Weekly downloads
18
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago