https://github.com/evandrolg/cli_color_converter
This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB
https://github.com/evandrolg/cli_color_converter
cli-color-converter command-line hexadecimal rgb ruby
Last synced: 2 months ago
JSON representation
This is a command line program that convert from RGB to hexadecimal / hexadecimal to RGB
- Host: GitHub
- URL: https://github.com/evandrolg/cli_color_converter
- Owner: EvandroLG
- Created: 2017-01-07T17:26:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T23:37:26.000Z (over 9 years ago)
- Last Synced: 2025-01-16T07:28:52.479Z (over 1 year ago)
- Topics: cli-color-converter, command-line, hexadecimal, rgb, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```shell
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.
```shell
cli_color_converter 'rgb(255, 255, 255)'
```