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