co-fs-extra

1.2.1 • Public • Published

NPM

co-fs-extra

'fs-extra' wrapped functions that return thunks for co.

Installation

$ npm install co-fs-extra --save

API

see more -> fs-extra

Example

Use all the regular async fs functions without callback hell:

var json = yield fs.readFile('package.json', 'utf8')
var file = yield fs.ensureFile('hello.txt')

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    31,060
    • latest

Version History

Package Sidebar

Install

npm i co-fs-extra

Weekly Downloads

31,480

Version

1.2.1

License

MIT

Last publish

Collaborators

  • gkuchan
  • dead_horse