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
- Host: GitHub
- URL: https://github.com/d3diva/colorizr
- Owner: d3diva
- Created: 2016-08-06T12:18:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T19:47:51.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T20:30:22.644Z (over 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.