0.2.1 • Published 12 months ago
identicon-cli v0.2.1
identicon-cli
A simple CLI Tool to run identicon.js
on Node.js.
Instration
Running on-demand:
Using npx you can run the script without installing it first:
npx identicon-cli [options] <identifer>
Globally via npm
npm install -g identicon-cli
and
identicon-cli [options] <identifer>
Usage
Usage: identicon-cli [options] <identifer>
Options:
-s --size <number> icon size (default: 64)
-o --output <path> output path
--foreground <hex> foreground color
--background <hex> background color
--svg use SVG instead of PNG
-v --version output the version number
-h, --help display help for command