Skip to content

EvandroLG/cli_color_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli_color_converter

This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB

Installation

To install cli_color_converter, run:

  gem install cli_color_converter

How does it work?

It's a really easy program to use. You just need to run the cli_color_converter command passing a string with a valid value (hexadecimal or RGB), like in the example above, and the output will be the converted value.

  cli_color_converter 'rgb(255, 255, 255)' 

About

This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages