1.0.4 • Published 2 years ago

@meowapp/meowlog v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago