colorixer
v1.0.1
Published
a simple package to console.log in colors
Readme
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
