A module for applying color styles to console output.
Go to file
2024-03-13 20:02:12 +01:00
.gitea/workflows fix(core): update 2024-03-13 20:02:12 +01:00
.vscode fix(core): update 2024-03-13 20:02:12 +01:00
test fix(core): update 2024-03-13 20:02:12 +01:00
ts fix(core): update 2024-03-13 20:02:12 +01:00
.gitignore fix(core): update 2024-03-13 20:02:12 +01:00
.gitlab-ci.yml BREAKING CHANGE(package): change scope and name 2018-07-18 00:12:40 +02:00
npmextra.json fix(core): update 2024-03-13 20:02:12 +01:00
package.json fix(core): update 2024-03-13 20:02:12 +01:00
pnpm-lock.yaml fix(core): update 2024-03-13 20:02:12 +01:00
readme.md fix(core): update 2024-03-13 20:02:12 +01:00
tsconfig.json fix(core): update 2024-03-13 20:02:12 +01:00

consolecolor

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 consolecolor from 'consolecolor';

let myColoredString = consolecolor.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