Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takamin/jszip-prefix


https://github.com/takamin/jszip-prefix

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

jszip-prefix
============

ZIP the files and add prefix to the filenames.

INSTALL
-------

```bash
$ npm install --global jszip-prefix
```

USAGE
-----

```bash
$ jszip-prefix -h
Usage: jszip-prefix [OPTION] dir/file ...
Zip all files in a directory and add prefix to the filnames.

-o, --output=FILENAME an output filename(default: out.zip)
-p, --prefix=PREFIX add prefix to each filenames
-h, --help display this help

Installation: npm install --global jszip-prefix
Respository: https://github.com/takamin/jszip-prefix
```

LICENSE
-------

This module published under [MIT LICENSE](LICENSE.md).