@jcoreio/tar-bundler

1.1.0 • Public • Published

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')
}

Readme

Keywords

Package Sidebar

Install

npm i @jcoreio/tar-bundler

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

350 kB

Total Files

7

Last publish

Collaborators

  • gravitate1838
  • manojrsingireddy
  • avramdodson
  • forrest-keller
  • jrmclaurin
  • jedwards1211
  • eladendorf