npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

taco-build

1.0.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:85
$ npm install taco-build
DailyWeeklyMonthlyYearly

taco-build

Build pipeline for taco

npm install -g taco-build

Usage

Simply pipe a tarball to taco-build some-build-command and taco-build will extract the tarball in a tmp dir, run the build command, and pipe out a new tarball with the results

cat some-tarball.tar | taco-build npm install | tar x

Programmatic usage

var build = require('taco-build')

process.stdin.pipe(build('npm install')).pipe(process.stdout)

License

MIT