Skip to content

DarkPark/tty-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tty-colors

NPM version

Small module to extend strings with ANSI escape codes for styling strings in the terminal.

Usage example:

// enable colors in console
require('tty-colors');

// print something in green
console.log('something'.green.bold);

About

Extend strings with ANSI escape codes for styling strings in the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published