A command-line tool to generate identicon images inspired by Github.
- Node.JS (>= 7.7.1)
npm install -g yalescon
Parameter | Required | Description |
---|---|---|
--text |
✅ | Text to hash as identicon. |
--dir |
Directory to send the identicon. | |
--size |
Width/height of the identicon in pixels. |
> yalescon --text="foo" --dir="C:/identicons"
> + Identicon successfully created at C:/identicons/foo.jpg