podsay

0.0.3 • Public • Published

podsay

Tell Peapod what to say

Like cowsay, but less cow.

(Forked from yosay)

Install

$ npm install --save podsay

Usage

var say = require('podsay');
 
console.log(podsay('trust me, i am a peapod'));
 
/*
      ..~~~~~~~~....
   ,-'              ``_       .--------------------------.
  /       d@b   d@b    `\     |  trust me, i am a peapod |
 |       :* @l :* @l     `\   '--------------------------'
 /        `PP   `PP        |
<._____     \____/          \>
       ````-----------``````
 */

You can style your text with chalk before passing it to podsay.

CLI

$ npm install --global podsay
$ podsay --help

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

  Example
    podsay "Let's make a graphic"

      ..~~~~~~~~....
   ,-'              ``_       .--------------------------.
  /       d@b   d@b    `\     |   Let's make a graphic   |
 |       :* @l :* @l     `\   '--------------------------'
 /        `PP   `PP        |
<._____     \____/          \>
       ````-----------``````

License

BSD license

Package Sidebar

Install

npm i podsay

Weekly Downloads

1

Version

0.0.3

License

BSD-2-Clause

Last publish

Collaborators

  • kevin.schaul