1.0.0 • Published 2 years ago

@jswork/docify-zip v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

docify-zip

Zip with nodejs cli for docify.

version license size download

snapshot

installation

git clone https://github.com/afeiship/docify-zip.git
cd docify-zip
npm i && npm link

usage

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

user case

  1. file with password

    dzip -f html_post_test.html -p 123
  2. folder with password

    dzip -f snips -p 123

resources

license

Code released under the MIT license.