consoletint

consoletint is a super lightweight alternative to chalk and ansi-styles 🚀


Keywords
cli, console, color, colors, chalk, ansi-styles, colour, colours, javascript, javascript-cli, javascript-library, node, npm, npm-package
License
GPL-3.0
Install
npm install consoletint@1.1.0

Documentation

consoletint

consoletint is a super lightweight alternative to chalk and ansi-styles!

license downloads langs

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!'))