New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

taco-deploy-extract

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taco-deploy-extract

Extract tarballs into taco deployment directories

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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.

Keywords

taco

FAQs

Package last updated on 03 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts