1.2.1 • Published 8 years ago

co-fs-extra v1.2.1

Weekly downloads
55,032
License
MIT
Repository
github
Last release
8 years ago

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