A module for applying color styles to console output.
Go to file
2018-07-18 00:12:40 +02:00
docs BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
test BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
ts BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
.gitignore initial 2017-01-21 15:49:00 +01:00
.gitlab-ci.yml BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
npmextra.json add npmextra.json 2017-08-16 10:47:18 +02:00
package-lock.json BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
package.json BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
readme.md BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
tslint.json initial 2017-01-21 15:49:00 +01: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