Skip to content

OmkarBhede/console-dot-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console.cat

console.cat is an easy way to spice up your development life. Its really that simple! Runs on vanilla javascript, in most modern browsers (the kind that has developer tools!). You can see it live here.

Preview

So, here's what regular life looks like:

// Here is you, logging some logs
console.log("Boring.");
// And here is your output.
Boring.

Wow, what a drag that was! No wonder you've become disenchanted with web development.

NOW! Here's what your life could be after console.cat

// Here is happy you, logging some logs
console.cat("Amazing!");
// And here is your output.
  /\_/\   ------------
 ( o.o )-(  Amazing!  )
  > ^ <   ------------

Usage

Simply include the console.cat.js file into your app!

or using npm and Node.js, just run...

npm install console-dot-cat

...in your terminal, then include...

import 'console-dot-cat';

...at the top of the file you want to use it in.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published