# kzip

> Base on node zip to make dist file zipped!

Latest version **1.0.0** (published 2019-04-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install kzip
pnpm add kzip
yarn add kzip
bun add kzip
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-04-09 |
| First published | 2019-04-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | kunkka |
| Maintainers | hawtim |
| Keywords | node, zip, dist, vue, build |

## Links

- npm: https://www.npmjs.com/package/kzip
- Repository: https://github.com/hawtim/kzip
- Homepage: https://github.com/hawtim/kzip#readme
- Issues: https://github.com/hawtim/kzip/issues
- npm.io page: https://npm.io/package/kzip

## 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

- 1.0.0 (latest) — 2019-04-09

## README

# kzip

Base on node zip to make dist file zipped!

## Problem to be solved

Commonly, we build our webapp we got a lot of change in git panel which is easy to neglect an unexpected change.

So I use this to zip the dist file which make the change clear and relax.

Centainly you need server maintenance side to unziping the `dist.zip` autoly.

## Usage

```js
kzip({
    source: 'dist/*',
    destination: './dist.zip'
}).then(function () {
    console.log('zipped!');
}).catch(function (err) {
    console.error(err.stack);
    process.exit(1);
});
```

## Lincense

ISC

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