co-fs
v1.2.0
Published
fs wrappers for 'co'
Downloads
25,878
Maintainers
Readme
co-fs
Node core fs wrapped functions that return thunks for co.
Installation
$ npm install co-fsExample
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
