Skip to content

sekkena/console-log.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-log.js

console-log.js, is a simple Node.js package that allows you to customize console colors for better visual representation of logs.

Install Package

npm install console-log.js

Features

Supports various text colors. Provides options for background colors. Allows for text formatting.

Example

const { colors, backcolor } = require('console-log.js');

console.log(colors.yellow('Test with yellow'));
console.log(colors.bold("Bold Text"));
console.log(colors.underline("Underlined Text"));
console.log(colors.strikethrough("Strikethrough Text"));
console.log(colors.randomRainbow("Random Rainbow Text"));
console.log(backcolor.green('This is a green message with background color'));

About

console-log.js, is a simple Node.js package that allows you to customize console colors for better visual representation of logs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published