@vipinnation/colorify
v1.0.7
Published
Package to make your console colorful
Downloads
7
Readme
@vipinnation/colorify
Inject vibrant colors into your Node.js console logs with @vipinnation/colorify - an open-source library designed to make your debugging experience both functional and visually appealing.
Description
@vipinnation/colorify is an open-source project that adds a splash of color to your Node.js console logs. It's crafted for developers who appreciate the power of open collaboration and seek to make their debugging sessions more enjoyable.
Key Features
- Color Themes: Choose from a variety of pre-defined color themes or create your own vibrant combinations.
- Log Level Styling: Apply distinct colors to different log levels (info, warning, error) for quick and intuitive identification.
- Improved Readability: Enhance the clarity of your terminal outputs, ensuring crucial information stands out effortlessly.
Installation
Install the package via npm:
npm i @vipinnation/colorify
Usage
const Logger = require("@vipinnation/colorify");
// Print success message in green with the current date and time
Logger.success("Print success message");
// Print error message in red
Logger.error("Print error message");
// Print warning message in yellow
Logger.warn("Print warning message");
Feel free to contribute, report issues, or suggest enhancements on GitHub. Together, let's make console logging not just functional but also fun!