chensenlai 10988628a0 语音房项目初始化 il y a 5 ans
..
examples 10988628a0 语音房项目初始化 il y a 5 ans
node_modules 10988628a0 语音房项目初始化 il y a 5 ans
test 10988628a0 语音房项目初始化 il y a 5 ans
.npmignore 10988628a0 语音房项目初始化 il y a 5 ans
History.md 10988628a0 语音房项目初始化 il y a 5 ans
Makefile 10988628a0 语音房项目初始化 il y a 5 ans
Readme.md 10988628a0 语音房项目初始化 il y a 5 ans
index.js 10988628a0 语音房项目初始化 il y a 5 ans
package.json 10988628a0 语音房项目初始化 il y a 5 ans

Readme.md

co-fs

Node core fs wrapped functions that return thunks for co.

Installation

$ npm install co-fs

Example

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