doge-node
Version:
simple command line doge tool. So doge, much art, wow
58 lines (39 loc) • 1.28 kB
Markdown

Illustration by [@morzzz007](http://github.com/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 .