2017-01-21 18:26:25 +01:00
2017-01-21 18:26:22 +01:00
2017-01-21 18:10:27 +01:00
2017-01-21 18:26:22 +01:00
2017-01-21 15:49:00 +01:00
2017-01-21 15:49:00 +01:00
2017-01-21 18:26:25 +01:00
2017-01-21 18:13:44 +01:00
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)

npm

Description
A module for applying color styles to console output.
Readme 151 KiB
Languages
TypeScript 100%