Skip to content

To generate colored text in terminal with simple functions

Notifications You must be signed in to change notification settings

syedhannan/console-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console-messages

A simple way to generate colored console.log() messages in terminal for success and error scenarios.

Install

npm install console-messages

Usage

const { success, error } = require("console-messages");

success("This is a success message");
error("This is an error");

Output

Maintainers

About

To generate colored text in terminal with simple functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published