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

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i co-glob

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • yanickrochon