console_color_beauty
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

Console_color_beauty

Console Styler is a simple NPM package that allows you to style your console messages with custom text and background colors. It's a useful tool for making your console output more visually appealing and easier to read.

Installation

You can install Console Styler using NPM:

bash npm i console_color_beauty

How to Usage

const { _console } = require('console_color_beauty'); // For JavaScript // OR import { _console } from 'console_color_beauty'; // For TypeScript

// Example 1: Custom text color with default background color _console('Hello, World!', 'blue');

// Example 2: Custom text and background color _console('Success!', 'white', 'green');

Author

Dhananjay Manjare dhananjay19100@iiitnr.edu.in

Happy coding! 🚀

Readme

Keywords

Package Sidebar

Install

npm i console_color_beauty

Weekly Downloads

1

Version

1.2.5

License

ISC

Unpacked Size

19.1 kB

Total Files

17

Last publish

Collaborators

  • dhananjay_manjare