Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/dereknguyen269/ruby_letters
- Owner: dereknguyen269
- Created: 2018-10-08T09:12:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:28:30.000Z (about 2 years ago)
- Last Synced: 2024-10-21T20:35:59.908Z (2 months ago)
- Topics: hacktoberfest, letters, ruby
- Language: Ruby
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)