1.0.18 • Published 7 years ago

console_color v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Description


A simple Node.js module for colorizing console output.

Usage


    require("console_color")
    
    console.log("hello world".black)
    console.log("hello world".red)
    console.log("hello world".green)
    console.log("hello world".yellow)
    console.log("hello world".blue)
    console.log("hello world".purple)
    console.log("hello world".white)
    console.log("hello world".lightblue)

or background colors

    console.log("hello world".bg.black)
    console.log("hello world".bg.red)
    console.log("hello world".bg.green)
    console.log("hello world".bg.yellow)
    console.log("hello world".bg.blue)
    console.log("hello world".bg.white)
    console.log("hello world".bg.purple)
    console.log("hello world".bg.lightblue)

or background colors with font colors

	console.log("hello world".bg.yellow.black)
	console.log("hello world".bg.red.blue)
	
	console.log("hello world".red.bg.blue)
	....
1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago