1.0.1 âĒ Published 8 months ago
console-emoji-logger v1.0.1
Console Emoji Logger ðĻ
A beautiful and simple way to add colors and emojis to your console logs!
Installation
npm install console-emoji-logger
Usage
const logger = require('console-emoji-logger');
// Success message (green with â
)
logger.success('Operation completed successfully!');
// Error message (red with â)
logger.error('Something went wrong!');
// Info message (blue with âđïļ)
logger.info('Here is some information');
// Warning message (yellow with â ïļ)
logger.warning('Be careful!');
// Love message (magenta with ð)
logger.heart('Made with love!');
// Progress message (cyan with ð)
logger.rocket('Launching your app!');
// Debug message (gray with ð)
logger.debug('Debugging information');
Features
- ðĻ Colorful console output
- ð Emoji support
- ð Easy to use
- ðŠķ Lightweight
- ðĶ Zero configuration
License
MIT