Skip to content

๐ŸŒŒ๐ŸŒ ๐Ÿง™โ€โ™‚๏ธ

License

Notifications You must be signed in to change notification settings

MarketingPip/yodasay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

52 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

yodasay

 _______________________
< Use yodasay, you will. >
 -----------------------
        \
         \
          .--.
::\`--._,'.::.`._.--'/::
::::.  ` __::__ '  .::::
::::::-:.`'..`'.:-::::::
::::::::\ `--' /::::::::

yodasay is a (currently non-configurable) talking yoda, based on cowsay, originally written in Perl by Tony Monroe and then re-written in Node.js by Fabio Crisci.

This project is a fork of https://github.com/piuccio/cowsay. The Yoda ASCII art was taken from Christopher Johnson's website.

Install

npm install -g yodasay

Usage

yodasay JavaScript FTW!

or

yodathink Node.js is cool

It acts (well, it will eventually) in the same way as cowsay, so consult cowsay(1) or run cowsay -h

Usage as a module

yodasay can be used as any other npm dependency

var yodasay = require("yodasay");

console.log(yodasay.say({
  text : "Use yodasay, you will."
}));

// or yodasay.think()

Pipe from standard input

echo please repeat | yodasay

About

๐ŸŒŒ๐ŸŒ ๐Ÿง™โ€โ™‚๏ธ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%