0.2.1 • Published 10 years ago

tarzan v0.2.1

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

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
0.2.1

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago