node-smart-pipe:管道到标准输入,跨平台

时间:2024-06-04 07:43:31
【文件属性】:

文件名称:node-smart-pipe:管道到标准输入,跨平台

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-04 07:43:31

CoffeeScript

节点智能管道 为不直接支持stdin的程序包装STDIN缓冲区 例子 以下工作跨平台。 异步 var smartPipe = require ( 'smart-pipe' ) ; var exec = require ( 'child_process' ) . exec ; var buffer = new Buffer ( [ 1 , 2 , 3 , 4 ] ) ; var piped = smartPipe ( buffer ) ; var cmd = piped . command + 'xxd ' + piped . file ; var proc = exec ( cmd , function ( err , stdout , stderr ) { console . log ( stdout ) ; piped . clean ( ) ; } ) ; proc . st


【文件预览】:
node-smart-pipe-master
----.gitignore(60B)
----README.md(3KB)
----build_linux.sh(73B)
----test()
--------test.coffee(2KB)
----.istanbul.yml(59B)
----LICENSE(1KB)
----package.json(870B)
----index.js(1KB)
----build_check.js(424B)
----.npmignore(45B)
----.travis.yml(266B)
----.editorconfig(264B)
----lib()
--------fddup.c(938B)

网友评论