justinmchase / hashicon-cli

A cli for generating hashicons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hashicon-cli

A simple cli tool you can use to generate hashicons from hashes.

It can print data-urls to stdout or generate an image to disk.

Installation

npm i hashicon-cli

Usage

npx hashicon $HASH -o out.png # generates image to disk
npx hashicon $HASH -d         # prints a data-url to stdout

About

A cli for generating hashicons


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%