identicon-cli
v0.2.1
Published
A simple CLI Tool to run identicon.js on Node.js.
Readme
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-cliand
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