Skip to content

nswbmw/co-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

co-eval

Eval with co. WARNING: ONLY FOR DEBUG.

Install

$ npm i co-eval -g

Usage

test.js

yield blablabla...

run:

$ co test
// or
$ co-eval test

equal to:

const co = require('co')

co(function* () {
  yield blablabla...
}).catch(console.error)

About

Eval with co.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published