archive-tool
archive files to zip/tar
Last updated 7 years ago by hubcarl .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install archive-tool 
SYNC missed versions from official npm registry.

archive-tool

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Archive files to zip/tar file

Featues

  • [x] archive files to zip/tar file
  • [x] archive node project to zip file
  • [x] archive node project to tar file
  • [x] support install node into node_modules

Node>8.6.0

Install

npm install archive-tool

Usage

const Archive = require('archive-tool');
const archive = new Archive({
  source: ['src', 'lib', 'package.json'],
  target: 'dist'
});
archive.zip();

License

MIT

Current Tags

  • 1.0.4                                ...           latest (7 years ago)
  • 1.0.0-rc.1                                ...           next (8 years ago)

6 Versions

  • 1.0.4                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 1.0.0-rc.1                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 2
Dependencies (7)
Dev Dependencies (8)

Copyright 2013 - present © cnpmjs.org | Home |