co sh:使用ES6代理和生成器运行Shell命令 源码
SH 使用ES 6代理和生成器调用任何shell命令(如函数)。 将node v5.0.x与node v5.0.x --harmony-proxies标志一起使用 用法 var co = require ( 'co' ) ; var read = require ( 'co-read' ) ; var sh = require ( 'co-sh' ) ; co ( function * ( ) { var ls = yield sh . ls ( ) ; var buf ; while ( buf = yield read ( ls . stdout ) ) { con
文件列表
co-sh-master.zip
(预估有个11文件)
co-sh-master
.jshintrc
4KB
.gitignore
535B
package.json
802B
Makefile
137B
.travis.yml
49B
LICENSE
1KB
index.js
620B
examples
tail.js
250B
暂无评论