consoletint
v1.1.0
Published
consoletint is a super lightweight alternative to chalk and ansi-styles 🚀
Downloads
1,117
Maintainers
Readme
consoletint
consoletint is a super lightweight alternative to chalk and ansi-styles!
Supported Colors
- red
- redBg
- yellow
- yellowBg
- green
- greenBg
- blue
- blueBg
- purple
- purpleBg
- pink
- pinkBg
- bold
- underline
- inverse
- rgb
- rgbBg
Getting Started
First, Install the module using:
npm install consoletint
Then, import it into your scripts:
var colors = require('consoletint')
Now, you can use it throughout your project.
console.log(colors.green('It Works!'))