1.0.1 • Published 3 years ago

colorixer v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This simple package console.log your string in Different colors

To install the package, simply type:

npm install colorixer

To use it, type in your code:

const colorizer = require("colorixer");

colorizer("Your Message here","red");
colorizer("Your Message here","green");
colorizer("Your Message here","blue");

Only some colors are available for now: red,green,blue,black,cyan

More info on my article here dev.to