获取标准输入的Promise版本。
安装:
$ npm install --save get-stdin-promise
用法:
var stdin = require('get-stdin-promise');
stdin.then(function(text) {
console.log(text + '!!!');
});
执照: ISC
获取标准输入的Promise版本。
安装:
$ npm install --save get-stdin-promise
用法:
var stdin = require('get-stdin-promise');
stdin.then(function(text) {
console.log(text + '!!!');
});
执照: ISC
暂无评论