https://github.com/dereknguyen269/ruby_letters
Just for fun!
https://github.com/dereknguyen269/ruby_letters
hacktoberfest letters ruby
Last synced: about 2 months ago
JSON representation
Just for fun!
- Host: GitHub
- URL: https://github.com/dereknguyen269/ruby_letters
- Owner: dereknguyen269
- Created: 2018-10-08T09:12:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T10:28:30.000Z (over 2 years ago)
- Last Synced: 2025-03-26T12:02:16.290Z (2 months ago)
- Topics: hacktoberfest, letters, ruby
- Language: Ruby
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 1
- 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
With rainbow colors
```bash
cd ruby_letters
color=rainbow ruby ruby_letters.rb "Ruby letters"
```
## Contributors
[](https://github.com/dereknguyen269/ruby_letters/graphs/contributors)