1.0.1 • Published 8 years ago

dummysay v1.0.1

Weekly downloads
-
License
BSD
Repository
-
Last release
8 years ago

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