wolfsay

0.0.2 • Public • Published

Tell the wolf what to say

Like cowsay, but less cow.

Install

$ npm install --save wolfsay

Usage

const wolfsay = require('wolfsay');

console.log(wolfsay('Winter is coming!'));

/*
   __    ___                  
   #_~`--'__ `=**-,            
   `.`.     `#.,\\             ╭──────────────────────────╮
     ,_\_\     ## ####\        │     Winter is coming!    │
     `__.__    `#######\       ╰──────────────────────────╯
            ~\ ,#########``~   
            \######\'          

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

CLI

$ npm install --global wolfsay
$ wolfsay --help

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

  Example
    wolfsay 'Woof woof'

    __    ___                  
   #_~`--'__ `=**-,            
   `.`.     `#.,\\             ╭──────────────────────────╮
     ,_\_\     ## ####\        │        Woof woof!        │
     `__.__    `#######\       ╰──────────────────────────╯
            ~\ ,#########``~   
            \######\'                                   

License

BSD license Copyright (c) Google

Package Sidebar

Install

npm i wolfsay

Weekly Downloads

0

Version

0.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • ruprechtcua