1.0.3 • Published 3 years ago

hexchange v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

hexchange

Easily convert colors representation from hexadecimal to RGB, vice versa.

Installation

npm install -g hexchange

CLI command Usage

In order to use the CLI command, you need to call hexchange, and state the covertion you with to make, the the value to conveft. Usage example:

hexchange -a <conversion-type> -v <value-to-convert>

Available conversion types

htr - convert from hexadecimal representation to RGB representation.

rth - convert from RGB representation to hexadecimal representation.

Full examples

hexchange -a htr -v #111111
hexchange -a htr -v #111
hexchange -a rth -v rgb(17,17,17)

CLI Wizard Usage

Start by typing:

hexchange

Then, select by arrow keys the conversion type you need:

image

Type the value to convert:

image

And finally, you get the converted value as output:

image

Additional options

Version

In order to indicate which version of hexchange you use, use:

hexchange -V

In order to watch overall view of hexchange commands, use:

hexchange --help