megamind-logger
v1.0.1
Published
A very simple 'no bitches' custom style error logger.
Downloads
5
Maintainers
Readme
megamind-logger
This very useful package allows you to paste our famous megamind character from 'no bitches?' meme straight to your console.
Features:
- Log your errors with STYLE
- pretty much that's all (more coming soon)
Setup:
First of all, you must download this package using npm.
npm i megamind-logger
Next, install all required depencencies (should work without it but whatever):
npm i [email protected]
You're done! Now just export this module into your code. Here's an example.
const { megamindLog } = require('megamind-logger');
// your code
if(!connection) {
megamindLog('No connection?')
}
//your code