https://github.com/fxjs-modules/zipo
make zip simple
https://github.com/fxjs-modules/zipo
Last synced: 3 months ago
JSON representation
make zip simple
- Host: GitHub
- URL: https://github.com/fxjs-modules/zipo
- Owner: fxjs-modules
- License: gpl-3.0
- Created: 2018-11-01T12:12:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T12:21:11.000Z (over 6 years ago)
- Last Synced: 2025-01-09T08:23:51.054Z (4 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @fxjs/zipo
[](https://travis-ci.org/fxjs-modules/zipo)
[](https://www.npmjs.org/zipoage/@fxjs/zipo)## Pre-requisite
- `fibjs >= 0.26.0`
## Usage
```javascript
const zipo = require('@fxjs/zipo');zipo.loaders.directoryAsZip(__dirname, { dist: path.resolve(__dirname, '../result.zip') });
```## License
[GPL-3.0](https://opensource.org/licenses/GPL-3.0)
Copyright (c) 2018-present, Richard
[FibJS]:https://github.com/fibjs/fibjs