cusspvz / terminal-color

Lightweight Terminal Colors for Node

Home Page:https://www.npmjs.com/package/terminal-color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

yarn install terminal-color

or

npm install terminal-color

const { color } = require('terminal-color');
color.fg.red('Hello World');

public members

bg effects background of text

fg effects foreground of text

colors

applies to both background and foreground

black

yellow

white

cyan

blue

purple

red

green

cyan

examples full type defs

About

Lightweight Terminal Colors for Node

https://www.npmjs.com/package/terminal-color


Languages

Language:JavaScript 67.9%Language:TypeScript 32.1%