npm install jszip-prefixjszip-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.