archiver-tar
a tar plugin for archiver
Last updated 11 years ago by ctalkington .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install archiver-tar 
SYNC missed versions from official npm registry.

archiver-tar v0.1.0 Build Status

tar archiver plugin

Install

$ npm install --save archiver-tar

Usage

var Archiver = require('archiver');
var ArchiverTar = require('archiver-tar');

new Archiver()
  .src('files/*.html')
  .dest('dest/archive.zip')
  .use(ArchiverTar())
  .run();

API

ArchiverTar(options)

TBA

Things of Interest

Current Tags

  • 0.1.0                                ...           latest (11 years ago)

2 Versions

  • 0.1.0                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |