Add Runner interface.

This commit is contained in:
Anthony Sottile 2014-03-23 16:22:24 -07:00
parent ae1d1681b2
commit 88686d298f
25 changed files with 282 additions and 148 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/env node
console.log('Hello World');

View file

@ -0,0 +1,4 @@
- id: foo
name: Foo
entry: foo
language: node

View file

@ -0,0 +1,5 @@
{
"name": "foo",
"version": "0.0.1",
"bin": {"foo": "./bin/main.js"}
}