tarzan

0.2.1 • Public • Published

tarzan

Package tarballs with options

Install

npm install tarzan --save

Usage

var fs = require('fs');
var tarzan = require('tarzan');
var write = fs.createWriteStream('path/to/package.tar');
 
var pack = tarzan({
  directory: 'path/to/somewhere',
  ignore: ['**/node_modules']
});
 
pack.pipe(write);

Options

  • directory - the directory to package
  • ignore - an array of file globs to skip when packaging files

Run Tests

npm install
npm test

/tarzan/

    Package Sidebar

    Install

    npm i tarzan

    Weekly Downloads

    4

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • scottcorgan