0.0.2 • Published 9 years ago
wolfsay v0.0.2
Tell the wolf what to say
Like cowsay, but less cow.

Install
$ npm install --save wolfsayUsage
const wolfsay = require('wolfsay');
console.log(wolfsay('Winter is coming!'));
/*
__ ___
#_~`--'__ `=**-,
`.`. `#.,\\ ╭──────────────────────────╮
,_\_\ ## ####\ │ Winter is coming! │
`__.__ `#######\ ╰──────────────────────────╯
~\ ,#########``~
\######\' You can style your text with chalk before passing it to wolfsay.
CLI
$ npm install --global wolfsay$ wolfsay --help
Usage
wolfsay <string>
wolfsay <string> --maxLength 8
echo <string> | wolfsay
Example
wolfsay 'Woof woof'
__ ___
#_~`--'__ `=**-,
`.`. `#.,\\ ╭──────────────────────────╮
,_\_\ ## ####\ │ Woof woof! │
`__.__ `#######\ ╰──────────────────────────╯
~\ ,#########``~
\######\' License
BSD license Copyright (c) Google