Skip to content

meowapps/meowlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meowlog Ultility

Better console.log() with extra feature:

  • colored
  • expand all objects

Installation

You can install this package using npm:

npm install @meowapp/meowlog 

Usage

In your Node.js project, you can use the meowLog function as follows:

import meowLog from '@meowapp/meowlog';
meowlog({
    exampleObject : {
        willBeLogged : {
            withColor : {
               toTheDeepestLevel : {
                    key: 'value'
               } 
            }
        }
    }
});

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published