0.2.9 • Published 2 years ago

colourized v0.2.9

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Colourized

Version Downloads Activity Github License

An open source and easy-to-use library to colour your Node.js console output.

colours


Installation

npm i colourized

Usage

const color = require('colourized');

Examples

const color = require('colourized');
/* import color from 'colourized'; */

color.red('Red text');
color.red.bold('Red text and also bold');
color.red.inverse('Inverted red text');

Text coloursLight text coloursBackground coloursLight Background coloursStyles
redlightRedbgRedbgLightRedunderline
blacklightBlackbgBlackbgLightCyanitalic
magentalightYellowbgCyanbgLightGrey (bgLightGray)dim
cyanlightWhitebgGrey (bgGray)bgLightWhiteinverse
whitelightCyanbgWhitebgLightBluebold
grey (gray)lightGrey (lightGray)bgBluebgLightGreen
bluelightMagentabgGreenbgLightMagenta
greenlightBluebgMagentabgLightYellow
yellowlightGreenbgYellow

Licensing

Colourized is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago