Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termcolors

Terminal color library. Less portable than chalk since it doesn't use supports-color but simpler source code and supports Typescript.

Installation

pnpm add egonSchiele/termcolors

Usage

import { color } from 'termcolors';
console.log(color.red.bold('This is bold red text'));
console.log(color.green.bgYellow('Multiple', 'arguments', 'are', 'supported'));

About

Terminal colors

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages