@jswork/docify-zip

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/docify-zip

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.91 kB

Total Files

7

Last publish

Collaborators

  • afeiship