6.0.0 • Published 5 years ago

web-console-colors v6.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

web-console-colors

A colored console logger for the web and the CLI

Web console color example

Web console color example

API

import print from 'web-console-colors';

print.red('label', 'Message');
print.green('label', 'Message', '!!!'); // add an optional label

Available Colors

blue
brown
gray
green
red
orange
purple
yellow

Add a color

const print = require('./dist/');

// Name, Background Color, Text Color
print.cyan = print.makeColor('cyan', '#00FFFF', '#00e5e5');

print.cyan('Label', 'Message', 'Bold text!!!');

Credit to https://gist.github.com/bvaughn/810d50d6ade25b784728873daabb905e

I didn't write this but I though it would be useful for me and others in various projects.

6.0.1-next.1

5 years ago

6.0.1-next.0

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

6.0.0

5 years ago

3.1.3

5 years ago

3.1.4

5 years ago

4.1.1

5 years ago

5.0.0-next.4

6 years ago

5.0.0-next.3

6 years ago

5.0.0-next.2

6 years ago

5.0.0-next.1

6 years ago

4.1.1-0

6 years ago

5.0.0-next.0

6 years ago

4.1.1-next.0

6 years ago

4.1.0

6 years ago

4.1.0-next.13

6 years ago

4.1.0-next.12

6 years ago

4.1.0-next.11

6 years ago

4.1.0-next.10

6 years ago

4.1.0-next.9

6 years ago

4.1.0-next.8

6 years ago

4.1.0-next.7

6 years ago

4.1.0-next.6

6 years ago

4.1.0-next.5

6 years ago

4.1.0-next.3

6 years ago

4.1.0-next.4

6 years ago

4.1.0-next.2

6 years ago

4.1.0-next.1

6 years ago

4.1.0-next.0

6 years ago

4.0.6-next.4

6 years ago

4.0.6-next.5

6 years ago

4.0.6-next.3

6 years ago

4.0.6-next.2

6 years ago

4.0.6-next.0

6 years ago

4.0.6-next.1

6 years ago

4.0.6

6 years ago

4.0.6-next

6 years ago

4.0.5

6 years ago

4.0.4

6 years ago

4.0.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.6.4

6 years ago

2.6.2

6 years ago

2.6.0

6 years ago

2.3.0-1

6 years ago

2.1.0-0

6 years ago

2.0.23

6 years ago

2.0.22

6 years ago

2.0.15

7 years ago

2.0.14

7 years ago

2.0.13

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago