Tell The dummy what to say
Made from yosay
$ npm install --save dummysay
var dummysay = require('dummysay');
console.log(dummysay('Hello, and welcome to my fantastic generator full of whimsy and bubble gum!'));
/*
|¯¨´ `¨¯| .-----------------------.
\ ` ´ / | This script |
\ ` ´ / | will output |
' `´ ' | something like this |
/ ´ ` \ | dummy-team.github.io |
| dummy `| '-----------------------'
`~------~´
*/
You can style your text with chalk before passing it to dummysay
.
$ npm install --global dummysay
$ dummysay --help
Usage
dummysay <string>
dummysay <string> --maxLength 8
echo <string> | dummysay
BSD license Copyright (c) Google