An open API service indexing awesome lists of open source software.

https://github.com/mo/color-hash-cli

Command line interface for the npm color-hash module; generates a color from an arbitrary string.
https://github.com/mo/color-hash-cli

Last synced: 2 months ago
JSON representation

Command line interface for the npm color-hash module; generates a color from an arbitrary string.

Awesome Lists containing this project

README

        

color-hash-cli
==============

Command line interface to the npm module [color-hash](https://github.com/zenozeng/color-hash).

## Installation

`npm install -g color-hash-cli`

## Usage

```shell
$ color-hash Hello World
#8796c5
```