Kévin Tessier 04fab6ba46 install gulp | 6 سال پیش | |
---|---|---|
.. | ||
index.js | 6 سال پیش | |
package.json | 6 سال پیش | |
readme.md | 6 سال پیش |
Easier stdin
$ npm install --save get-stdin
// example.js
var stdin = require('get-stdin');
stdin(function (data) {
console.log(data);
//=> unicorns
});
$ echo unicorns | node example.js
unicorns
Get stdin
as a string.
Get stdin
as a buffer.
MIT © Sindre Sorhus