# webpack-zipalls-plugin

> Webpack plugin to zip all output files.

Latest version **0.0.2** (published 2020-06-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install webpack-zipalls-plugin
pnpm add webpack-zipalls-plugin
yarn add webpack-zipalls-plugin
bun add webpack-zipalls-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-06-21 |
| First published | 2020-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Angus Yang |
| Maintainers | angusyang9 |
| Keywords | plugin, webpack plugin, webpack zip plugin |

## Links

- npm: https://www.npmjs.com/package/webpack-zipalls-plugin
- Repository: https://github.com/angusyang9/webpack-zipalls-plugin
- Homepage: https://github.com/angusyang9/webpack-zipalls-plugin#readme
- Issues: https://github.com/angusyang9/webpack-zipalls-plugin/issues
- npm.io page: https://npm.io/package/webpack-zipalls-plugin

## Dependencies (1)

- [jszip](https://npm.io/package/jszip.md) ^3.5.0

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 0.0.2 (latest) — 2020-06-21
- 0.0.1 — 2020-06-21

## README

<h1 align="center" style="margin: 30px 0 35px;">webpack-zipalls-plugin</h1>
<p align="center">
  <a href="https://www.npmjs.com/package/webpack-zipalls-plugin"><img alt="npm" src="https://img.shields.io/npm/v/webpack-zipalls-plugin"></a>
  <a href='https://coveralls.io/github/AngusYang9/webpack-zipalls-plugin'><img src='https://coveralls.io/repos/github/AngusYang9/webpack-zipalls-plugin/badge.svg?branch=master' alt='Coverage Status' /></a>
  <a href="https://www.npmjs.com/package/webpack-zipalls-plugin"><img alt="npm" src="https://img.shields.io/npm/dm/webpack-zipalls-plugin?color=orange"></a>
</p>

**Webpack 4 plugin to zip all output files.**

## Getting Started

To begin, you'll need to install `webpack-zipalls-plugin`:

```bash
npm install webpack-zipalls-plugin -D
```

## Config

Add the plugin to your `webpack` config. For example:

**webpack.config.js**

```javascript
module.exports = {
  plugins: [
    new WebpackZipallsPlugin({
      filename: 'bundle'
    })
  ]
};
```

then the `bundle.zip` file will be in the webpack output root directory.

## License

[MIT](https://github.com/angusyang9/webpack-zipalls-plugin/blob/master/LICENSE)

---
_Source: https://npm.io/package/webpack-zipalls-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
