Skip to content

A super lightweight console formatter for nodejs! ๐Ÿš€

License

Notifications You must be signed in to change notification settings

consoletint/ConsoleTint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Releases

No releases published

Packages

No packages published