co-fs

1.2.0 • Public • Published

co-fs

Node core fs wrapped functions that return thunks for co.

Installation

$ npm install co-fs

Example

Use all the regular async fs functions without callback hell:

var json = yield fs.readFile('package.json', 'utf8')
var files = yield fs.readdir('/tmp')

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    1,861
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    1,861
  • 1.1.1
    6
  • 1.1.0
    1
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i co-fs

Weekly Downloads

1,869

Version

1.2.0

License

MIT

Last publish

Collaborators

  • tjholowaychuk