1.0.4 • Published 8 months ago

@meowapp/meowlog v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago