1.0.7 • Published 4 months ago

@vipinnation/colorify v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@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.

NPM Version License

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!

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago