archive-tool

1.0.4 • Public • Published

archive-tool

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

Archive files to zip/tar file

Featues

  • archive files to zip/tar file
  • archive node project to zip file
  • archive node project to tar file
  • 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

Package Sidebar

Install

npm i archive-tool

Weekly Downloads

172

Version

1.0.4

License

MIT

Unpacked Size

13.7 kB

Total Files

9

Last publish

Collaborators

  • hubcarl