🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

animal-talk

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animal-talk

CLI tool to print out messages spoken by ASCII art animals

latest
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

animal-talk

Animal Talk is a global CLI tool where the animals can talk and they will say what you want them to say.

Installation

Simply install the tool through npm or yarn

NPM

$ npm install -g animal-talk

Yarn

$ yarn global add animal-talk

Usage

When using the animaltalk command, there are some options that can be specefied.

Options

Optioninputrequired
-t | --textText to pass through to the animalno
-a | --animalChooses one of the below Animalsno
-c | --colorChooses one of the below Colorsno
-j | --jokeWhen selected, the animal will tell a jokeno

Animals

Colors

  • black
  • blue
  • cyan
  • gray
  • green
  • grey
  • magenta
  • random
  • red
  • white
  • yellow

Examples

$ animaltalk -t 'Hello there, how are you?' -a pig -c magenta

                         /\                  ---------------------------------
                        /  `.               <   Hello there, how are you?   >
                      ,'     `.              ---------------------------------
       /`.________   (         :                /
       \          `. _\_______  )              /
        \ `.----._  `.        "`-.            /
         )  \     \   `       ,"__\          /
         \   \     )    ,--    (/o\\        /
     (  _ `.  `---'     ,--.    \ _)).     /
      `(-',-`----'     ( (O \    `--,"`-.
        `/              \ \__)    ,'   O )
        /                `--'     (  O  ,'
       (                           `--,'
        \                    `==  _.-'
         \              .____.-;-'
          ) `._               /
         (    |`-._\    | ,' /
          `.__|__/ "\   |'  /
                     `._|_,'

The output will be in color as the image below illustrates Output example

$ animaltalk -j -a snake -c yellow
 -----------------------------------------------------
<   Which vegetable does a pirate never eat? Leeks.   >
 -----------------------------------------------------
      /
     /
    /       /^\/^\
    \    _|__|  O|
 \/  \ /~     \_/ \
  \____|__________/  \
         \_______      \
                 `\     \                 \
                   |     |                  \
                  /      /                    \
                 /     /                       \\
               /      /                         \ \
              /     /                            \  \
            /     /             _----_            \   \
           /     /           _-~      ~-_         |   |
          (      (        _-~    _--_    ~-_     _/   |
           \      ~-____-~    _-~    ~-_    ~-_-~    /
             ~-_           _-~          ~-_       _-~
                ~--______-~                ~-___-~

The output will be in color as the image below illustrates Output example

Keywords

animal talk

FAQs

Package last updated on 12 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts