jidalii / kolors

A color lookup CLI for traditional Chinese and Japanese color.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kolors

A color lookup CLI for traditional Chinese and Japanese color.

This readme is automatically generated by create-ink-app

Install

$ npm install --global kolors

CLI

$ kolors --help

  Usage
    $ kolors <color> [options]

		Options
		  -c <colorset>         Choose a color set.
		  -m <color-model>      Choose a color model.
		  -n <number>           Choose the number of colors shown.
		  --help, -h            Show help for commands.
		  --version, -v         Show the version of app.

		Examples
		  $ kolors red
		  $ kolors red -c j
		  $ kolors red -m rgb
		  $ kolors red -c j -m cmyk
		  $ kolors 红 -c j -m hsl

About

A color lookup CLI for traditional Chinese and Japanese color.


Languages

Language:JavaScript 100.0%