Skip to content

dummy-team/dummysay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dummy say

Tell The dummy what to say

Made from yosay

Install

$ npm install --save dummysay

Usage

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.

CLI

$ npm install --global dummysay
$ dummysay --help

  Usage
    dummysay <string>
    dummysay <string> --maxLength 8
    echo <string> | dummysay

License

BSD license Copyright (c) Google