Skip to content

afeiship/watermark-cli

Repository files navigation

watermark-cli

Watermark cli.

version license size download

snapshot

installation

# public
npm i -g @jswork/watermark-cli

# private
git clone https://github.com/afeiship/watermark-cli.git
cd watermark-cli
npm i && npm link

usage

Usage: wc [options]

Options:
  -V, --version           output the version number
  -g, --gravity <string>  Position(north,northeast,center,centre). (default: "southeast")
  -c, --cover <string>    Cover url.
  -d, --dst <string>      Destination URL.
  -s, --src <string>      Source url (default: "./src")
  -h, --help              display help for command

license

Code released under the MIT license.