yosay
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/yosay package

3.0.0 • Public • Published

yosay

Tell Yeoman what to say

Like cowsay, but less cow.

Install

npm install yosay

Usage

import yosay from 'yosay';

console.log(yosay('Hello, and welcome to my fantastic generator full of whimsy and bubble gum!'));

/*
     _-----_     ╭──────────────────────────╮
    |       |    │ Hello, and welcome to my │
    |--(o)--|    │ fantastic generator full │
   `---------´   │   of whimsy and bubble   │
    ( _´U`_ )    │           gum!           │
    /___A___\   /╰──────────────────────────╯
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `
*/

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

CLI

npm install --global yosay
$ yosay --help

  Usage
    $ yosay <string>
    $ yosay <string> --maxLength 8
    $ echo <string> | yosay

  Example
    $ yosay 'Sindre is a horse'

     _-----_
    |       |
    |--(o)--|    ╭──────────────────────────╮
   `---------´   │     Sindre is a horse    │
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

Dependents (7000)

Package Sidebar

Install

npm i yosay

Weekly Downloads

213,721

Version

3.0.0

License

BSD-2-Clause

Unpacked Size

9.97 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus
  • sboudrias
  • eddiemonge
  • addyosmani
  • mischah
  • zckrs
  • ulisesgascon
  • mshima
  • ruyadorno