Tell the wolf what to say
Like cowsay, but less cow.
$ npm install --save wolfsay
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
.
$ npm install --global wolfsay
$ wolfsay --help
Usage
wolfsay <string>
wolfsay <string> --maxLength 8
echo <string> | wolfsay
Example
wolfsay 'Woof woof'
__ ___
#_~`--'__ `=**-,
`.`. `#.,\\ ╭──────────────────────────╮
,_\_\ ## ####\ │ Woof woof! │
`__.__ `#######\ ╰──────────────────────────╯
~\ ,#########``~
\######\'
BSD license Copyright (c) Google