6.0.0 • Published 4 years ago

web-console-colors v6.0.0

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

4 years ago

6.0.1-next.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

6.0.0

4 years ago

3.1.3

4 years ago

3.1.4

4 years ago

4.1.1

4 years ago

5.0.0-next.4

4 years ago

5.0.0-next.3

4 years ago

5.0.0-next.2

4 years ago

5.0.0-next.1

4 years ago

4.1.1-0

4 years ago

5.0.0-next.0

4 years ago

4.1.1-next.0

4 years ago

4.1.0

4 years ago

4.1.0-next.13

4 years ago

4.1.0-next.12

4 years ago

4.1.0-next.11

4 years ago

4.1.0-next.10

4 years ago

4.1.0-next.9

4 years ago

4.1.0-next.8

4 years ago

4.1.0-next.7

4 years ago

4.1.0-next.6

4 years ago

4.1.0-next.5

4 years ago

4.1.0-next.3

4 years ago

4.1.0-next.4

4 years ago

4.1.0-next.2

4 years ago

4.1.0-next.1

4 years ago

4.1.0-next.0

4 years ago

4.0.6-next.4

4 years ago

4.0.6-next.5

4 years ago

4.0.6-next.3

4 years ago

4.0.6-next.2

4 years ago

4.0.6-next.0

4 years ago

4.0.6-next.1

4 years ago

4.0.6

4 years ago

4.0.6-next

4 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.6.4

5 years ago

2.6.2

5 years ago

2.6.0

5 years ago

2.3.0-1

5 years ago

2.1.0-0

5 years ago

2.0.23

5 years ago

2.0.22

5 years ago

2.0.15

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago