Zip with nodejs cli for docify.
git clone https://github.com/afeiship/docify-zip.git
cd docify-zip
npm i && npm link
Usage: dzip [options]
Options:
-V, --version output the version number
-d, --debug only show cmds, but not clean.
-f, --filename <string> The zip target filename.
-p, --password <string> The zip password.
-s, --suffix <string> The filename suffix (default: "")
-h, --help display help for command
-
file with password
dzip -f html_post_test.html -p 123
-
folder with password
dzip -f snips -p 123
Code released under the MIT license.