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.
- Host: GitHub
- URL: https://github.com/mo/color-hash-cli
- Owner: mo
- License: mit
- Created: 2017-06-10T21:22:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T21:59:17.000Z (almost 8 years ago)
- Last Synced: 2025-03-16T16:04:12.959Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```