npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hydro-co

0.0.1

@vesln

npmHomeRepoSnykSocket
Downloads:17
$ npm install hydro-co
DailyWeeklyMonthlyYearly

NPM
version Build Status

hydro-co

co integration for Hydro

Usage

it('works!', function *() {
  yield sleep(500);
  yield otherStuff();
  yield User.create({ name: 'Bob' });
});

Installation

npm install hydro-co

Tests

$ make test

License

MIT License