163.2.3 • Published 8 years ago

doge-node v163.2.3

Weekly downloads
4
License
BSD
Repository
github
Last release
8 years ago

alt tag

Illustration by @morzzz007

doge-node

simple command line doge tool. Created just for fun.

how to install?

use the following command (you can use the '-g' switch to install globally):

npm install --save-dev doge-node

how to use?

require it as you require your favourite dependencies for example:

var d = require('./dogenode')

currently there are two production ready methods to use:

suchDogeMuchAscii()

which prints out a cute little doge to your standard output

iicsAhcuMegoDhcus()

which prints out a cute little doge BACKWARDS to your standard output (no magic required!)

You can now pass a config object to suchDogeMuchAscii() function. The object looks like this:

{
  color: 'yellowBright',
  cls: true
}

If you want to pass an object to iicsAhcuMegoDhcus(), the object looks like this:

{
  roloc: 'yellowBright',
  slc: true
}

(Note that there are no default setted color, it is your terminal output color.)

For the available color options please refer to: https://github.com/medikoo/cli-color#colors .

163.2.3

8 years ago

144.5.2

9 years ago

144.5.1

9 years ago

144.5.0

9 years ago