Skip to content

Without a doubt the most useful module you will ever find on npm

Notifications You must be signed in to change notification settings

leemm/console.dog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console.dog

Build Status

"Replaces" console.log with a better alternative which prints a random ASCII dog above the standard console.log output.

Install

npm install console.dog --save

Usage

require('console.dog');

console.dog('Woof!');

/*
    
    // -> '            __
    // -> (\,--------'()'--o
    // -> (_    ___    /~"
    // -> (_)_)  (_)_)'

    // -> 'Woof!' */

/*
    You can override the random colour with one of those available through the 'colors' module using 'color'.
    https://www.npmjs.com/package/colors
*/
console.dog('color', 'cyan');
console.dog('Woof!');

To do

  • Needs more dog.

About

Without a doubt the most useful module you will ever find on npm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published