This package has been deprecated

Author message:

Package is no longer maintained

archive-directory

2.0.0 • Public • Published

archive-directory Circle CI

Create a tar.gz archive from a directory. Simply wraps tar.

Installation

$ npm install archive-directory --save

Usage

const archive = require('archive-directory');
 
archive('some-folder').then(function (archivePath) {
  // done
});
 
 
// also use with generators
let archivePath = yield archive('some-folder');

Tests

Circle CI

$ make test

License

archive-directory is released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i archive-directory

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • vdemedes