execo:thenableyieldable child_process.exec

时间:2024-07-02 04:49:05
【文件属性】:

文件名称:execo:thenableyieldable child_process.exec

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-02 04:49:05

JavaScript

执行 thenable/yieldable child_process.exec 具有适当的(真正)日志记录,非常适合在 gulp 等工具中使用。 用法 npm install execo 执行(cmd [,静音]) 使用可选的标准输出日志执行命令: // commands is executed serially exec ( [ 'mkdir -p build' , 'cp client/foo build/bar' ] ) . then ( function ( ) { return exec ( 'ls build' ) // terminal => 'bar' } ) . then ( function ( ) { // mute stdout by passing truthy second argument return exec ( 'cat b


【文件预览】:
execo-master
----Readme.md(935B)
----.gitignore(13B)
----index.js(698B)
----package.json(201B)

网友评论