0.2.1 • Published 12 months ago

identicon-cli v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

identicon-cli

NPM Version Node Current NPM License

A simple CLI Tool to run identicon.js on Node.js.

icon_1.png icon_2.png icon_3.png

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
0.2.1

12 months ago

0.2.0

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago