pepkin88 / co-fs-extra

fs-extra for 'co'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

fs-extra for 'co'


Languages

Language:JavaScript 91.6%Language:Makefile 8.4%