jszip
jszip copied to clipboard
Add CLI
I'd like to use jszip in package.json scripts and/or from command line. Is this possible?
JSZip doesn't expose a CLI, you will need to write the script yourself (then wire it in your package.json).
That's a feature request, if anyone is willing..