crisbeto / dogefy

ASCII Doge for your command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogefy

ASCII Doge for your command line

Command line usage

Install via npm install dogefy -g.

Run with doge Lorem ipsum dolor.

Result:

Lorem                ▄              ▄
                    ▌▒█           ▄▀▒▌
                    ▌▒▒█        ▄▀▒▒▒▐
                   ▐▄▀▒▒▀▀▀▀▄▄▄▀▒▒▒▒▒▐
                 ▄▄▀▒░▒▒▒▒▒▒▒▒▒█▒▒▄█▒▐
               ▄▀▒▒▒░░░▒▒▒░░░▒▒▒▀██▀▒▌ much do wow
              ▐▒▒▒▄▄▒▒▒▒░░░▒▒▒▒▒▒▒▀▄▒▒▌
              ▌░░▌█▀▒▒▒▒▒▄▀█▄▒▒▒▒▒▒▒█▒▐
             ▐░░░▒▒▒▒▒▒▒▒▌██▀▒▒░░░▒▒▒▀▄▌
             ▌░▒▄██▄▒▒▒▒▒▒▒▒▒░░░░░░▒▒▒▒▌
            ▀▒▀▐▄█▄█▌▄░▀▒▒░░░░░░░░░░▒▒▒▐
            ▐▒▒▐▀▐▀▒░▄▄▒▄▒▒▒▒▒▒░▒░▒░▒▒▒▒▌
            ▐▒▒▒▀▀▄▄▒▒▒▄▒▒▒▒▒▒▒▒░▒░▒░▒▒▐
such ipsum   ▌▒▒▒▒▒▒▀▀▀▒▒▒▒▒▒░▒░▒░▒░▒▒▒▌
             ▐▒▒▒▒▒▒▒▒▒▒▒▒▒▒░▒░▒░▒▒▄▒▒▐
              ▀▄▒▒▒▒▒▒▒▒▒▒▒░▒░▒░▒▄▒▒▒▒▌
                ▀▄▒▒▒▒▒▒▒▒▒▒▄▄▄▀▒▒▒▒▄▀
                  ▀▄▄▄▄▄▄▀▀▀▒▒▒▒▒▄▄▀
                     ▒▒▒▒▒▒▒▒▒▒▀▀

Normal usage

You can also include this in your project with npm install dogefy --save.

Aftewards you can require it:

var doge = require('dogefy');
console.log(doge('Lorem ipsum dolor'));

About

ASCII Doge for your command line

License:MIT License


Languages

Language:JavaScript 100.0%