Skip to content

stevenosloan/freddiesay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple utility to have an ASCII freddie speak.

Use

As a CLI

$ freddiesay say "Eep! Eep!"
    ______
   / ___M ]__
C{ ( o o )}
    {     ••
      \___     <  Eep! Eep!
      ----´

In Ruby

require 'freddiesay'

freddie = FreddieSay::Freddie.new
freddie.say "Why am I smiling you ask? It's because I'm no wearing any any pants"

License

The freddiesay gem is distributed under the MIT License.