1.1.0 • Published 6 years ago

consoletint v1.1.0

Weekly downloads
2
License
GNU
Repository
github
Last release
6 years ago

consoletint

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

license downloads langs

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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago