2.1.2 • Published 1 year ago

hus-console v2.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

HUS-Console: Another console package

This package extends console by addind text/background colors and other functions.

Change text color syntax:

Change text background color syntax:

Create a Line Like " TITLE MESSAGE ":

  • console.logWithTitle(TITLE, MESSAGE)

Create a custom box:

  • console.textInBox(MESSAGE HERE, COLOR_HERE)

custom box shows has following:

===========================
=       MESSAGE HERE      =
===========================

Available text related codes (to be used has color codes) are the following:

  • green, red, yellow, blue, magenta, cyan, white, black, underscore, bright, reverse, bold

Available text background codes (to be used has color codes) are the following:

  • green, red, yellow, blue, magenta, cyan, white, black
2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago

1.0.0

2 years ago