co-glob

0.0.2 • Public • Published

co-glob

glob wrapped functions that return thunks for co.

Installation

$ npm install co-glob

Example

Use all the regular async fs functions without callback hell:

var files = yield glob('*');
var moreFiles = yield glob('*', { dot: true });

License

MIT

/co-glob/

    Package Sidebar

    Install

    npm i co-glob

    Weekly Downloads

    4

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • yanickrochon