get stdin promise 将标准输入作为承诺返回
获取标准输入承诺Promise版本安装$ npm install --save get-stdin-promise用法var stdin = require ( 'get-stdin-promise' ) stdin . then ( function ( text ) { tconsole . log ( text + '!!!' ) } )执照ISC :copyright:
下载地址
用户评论