theaniketgiri
v1.0.1
Published
A colorful console logging utility for Node.js applications
Downloads
6
Maintainers
Readme
theaniketgiri
A stylish and colorful console logging utility created by Aniket Giri. Make your console outputs beautiful and organized!
Installation
npm install theaniketgiriUsage
const logger = require('theaniketgiri');
// The package will automatically display the brand logo on import!
// Success message (green)
logger.success('Operation completed successfully!');
// Error message (red)
logger.error('Something went wrong!');
// Warning message (yellow)
logger.warning('Disk space is running low');
// Info message (blue)
logger.info('Application started');
// You can also display the branding again whenever you want
logger.showBranding();Features
- 🎨 Colored console output
- 🚀 Easy-to-use API
- 💎 Beautiful ASCII art branding
- 📝 Four message types: success, error, warning, and info
- 🎯 Color-coded icons for better visibility
About the Author
Created with ❤️ by Aniket Giri
License
MIT
