An open API service indexing awesome lists of open source software.

https://github.com/d3diva/colorizr

Colorizr lets you color your text in terminal
https://github.com/d3diva/colorizr

Last synced: 13 days ago
JSON representation

Colorizr lets you color your text in terminal

Awesome Lists containing this project

README

          

# Colorizr

Colorizr lets you color your text in terminal

## Version

0.0.1

## Features

text can be printed in following colors
* red
* green
* yellow
* blue
* pink
* light_blue
* white
* light_grey
* black

## Instalation

follow steps as below

```
clone - git clone https://github.com/d3diva/colorizr
cd colorizr
sudo gem install colorizr
```

and do use "_require colorizr_" in your code

## Usage

* list colors available to use - `String.colors`

* list colors with text sample - `String.sample_colors`

## Example

"Ruby is awesome".pink

## License

`Colorizr` is a public domain work. Feel free to do whatever you want with it.