Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dereknguyen269/ruby_letters

Just for fun!
https://github.com/dereknguyen269/ruby_letters

hacktoberfest letters ruby

Last synced: 24 days ago
JSON representation

Just for fun!

Awesome Lists containing this project

README

        

# Ruby Letters

## Getting Started
```bash
cd ruby_letters
ruby ruby_letters.rb "Hello World"
```
With customize color

```bash
cd ruby_letters
color=blue,white ruby ruby_letters.rb "Hello World"
```
+ blue : text color
+ white : background color
![](./demo.png)

With rainbow colors

```bash
cd ruby_letters
color=rainbow ruby ruby_letters.rb "Ruby letters"
```
![](./rainbow.png)

## Contributors

[![](https://contributors-img.firebaseapp.com/image?repo=dereknguyen269/ruby_letters)](https://github.com/dereknguyen269/ruby_letters/graphs/contributors)