'fs-extra' and 'fs' wrapped functions that return thunks for co.
$ npm install co-fs-extra
see more -> fs-extra and co-fs
Use all the regular async fs functions without callback hell:
var json = yield fs.readFile('package.json', 'utf8')
var file = yield fs.ensureFile('htllo.txt')MIT