1.0.13 • Published 5 years ago

console-pretty-formats v1.0.13

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

README

console-pretty-colors

NOTE: This package will be heavily updated over the next few days. Please bear this in mind when creating your projects using this package! Be sure to check back often as it is worked on, and new functions are added!

Install via npm install console-pretty-colors

Usage:

  • warn - Yellow text sent to console.
  • error - Red text
  • info - Cyan text
  • db - Grey text
  • alert - Orange text

Example Usage:

const pout = require('console-pretty-colors');
pout.warn("Yellow");
pout.error("Red");
pout.info("Cyan");
pout.db("Grey");
pout.success("Green");
pout.alert("Orange Underlined and Bold");
pout.alert2("Magenta Underlined and Bold")

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

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