A module for applying color styles to console output.
Go to file
2017-08-18 12:27:15 +02:00
dist fix indention 2017-08-16 12:14:49 +02:00
docs update to latest standards 2017-08-16 10:42:48 +02:00
test update test 2017-08-16 10:49:38 +02:00
ts fix indention 2017-08-16 12:14:49 +02:00
.gitignore initial 2017-01-21 15:49:00 +01:00
.gitlab-ci.yml update to latest standards 2017-08-16 10:42:48 +02:00
npmextra.json add npmextra.json 2017-08-16 10:47:18 +02:00
package.json 1.0.11 2017-08-18 12:27:15 +02:00
readme.md update to latest standards 2017-08-16 10:42:48 +02:00
tslint.json initial 2017-01-21 15:49:00 +01:00
yarn.lock fic dependencies 2017-08-18 12:27:13 +02:00

beautycolor

colors for beautylog

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

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

repo-footer