A module for applying color styles to console output.
docs | ||
test | ||
ts | ||
.gitignore | ||
.gitlab-ci.yml | ||
npmextra.json | ||
package-lock.json | ||
package.json | ||
readme.md | ||
tslint.json |
beautycolor
colors for beautylog
Availabililty
Status for master
Usage
Use TypeScript for best in class instellisense.
import * as beautycolor from 'beautycolor';
let myColoredString = beautycolor.coloredString(
'This string has a blue font and a green background',
'blue',
'green'
);
console.log(myColoredString);
For further information read the linked docs at the top of this README.
MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy