Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takamin/jszip-prefix
https://github.com/takamin/jszip-prefix
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/takamin/jszip-prefix
- Owner: takamin
- License: mit
- Created: 2019-03-24T13:33:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T21:14:01.000Z (over 1 year ago)
- Last Synced: 2024-09-14T12:24:59.009Z (about 2 months ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 helpInstallation: npm install --global jszip-prefix
Respository: https://github.com/takamin/jszip-prefix
```LICENSE
-------This module published under [MIT LICENSE](LICENSE.md).