🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@jcoreio/tar-bundler

Package Overview
Dependencies
Maintainers
11
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jcoreio/tar-bundler

Generate tar.bz2 bundles

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
11
Created
Source

tar-bundler

CircleCI Coverage Status semantic-release Commitizen friendly

Generate tar.bz bundles using system bzip2 if possible, or self-contained bzip2 if needed

Installation

yarn add @jcoreio/tar-bundler

Usage

const { bundle } = require('@jcoreio/tar-bundler')

async function makeBundle() {
  await bundle({ srcDir: 'myDir', destFile: 'archive.tar.bz2' })
  console.log('successfully saved archive')
}

Keywords

tar

FAQs

Package last updated on 28 Jun 2019

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