co-repl

0.0.2 • Public • Published

Co-repl

Write non-blocking code in a nice-ish way in a node.js repl. Based on Co.

NOTE

This is an ALPHA version. There are some problems with repl context.

Install

npm install -g co-repl

Usage

$ co-repl
> var foo = yield function(cb){return setTimeout(function(){cb(null, 'foo')}, 500)}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i co-repl

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • littlehaker