1.1.0 • Published 9 years ago

taco-deploy-extract v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

taco-deploy-extract

Deployment module for taco which extracts tarballs into the correct folder structure. Usefull for static applications which don't need a separate process for serving files.

npm install -g taco-deploy-extract

Usage

Can be used together with rest of the taco tool chain.

$ cat myapp.tar.gz | taco-build "npm install --production" | taco-deploy-extract .

The application name can be provided using the --name option, otherwise it is read from package.json.