taco-build:为 taco 构建管道

时间:2021-06-11 13:56:43
【文件属性】:
文件名称:taco-build:为 taco 构建管道
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-11 13:56:43
JavaScript 炸玉米饼 为构建管道 npm install -g taco-build 用法 只需通过管道将 tarball 传送到taco-build some-build-command并且 taco-build 将在 tmp 目录中提取 tarball,运行 build 命令,然后输出一个带有结果的新 tarball cat some - tarball . tar | taco - build npm install | tar x 程序化使用 var build = require ( 'taco-build' ) process . stdin . pipe ( build ( 'npm install' ) ) . pipe ( process . stdout ) 执照 麻省理工学院
【文件预览】:
taco-build-master
----.gitignore(13B)
----package.json(702B)
----LICENSE(1KB)
----index.js(980B)
----README.md(513B)
----bin.js(352B)

网友评论