Skip to content

Instantly share code, notes, and snippets.

@maylisdoucet
Created March 20, 2018 10:38
Show Gist options
  • Save maylisdoucet/95b672281508e22dee3a673caa795f42 to your computer and use it in GitHub Desktop.
Save maylisdoucet/95b672281508e22dee3a673caa795f42 to your computer and use it in GitHub Desktop.
cowsay.js
var cowsay = require("cowsay");
console.log(cowsay.say({
text : "Hello Boy",
e : "oO",
T : "U "
}));
// or cowsay.think()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment