1.1.0 • Published 5 years ago

consoletint v1.1.0

Weekly downloads
2
License
GNU
Repository
github
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago