Skip to content

jgebczak/simple-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-colors

Add colors to your console output

Installation

npm install simple-colors

Usage

require('simple-colors')

console.log('This text will be blue!'.blue())
console.log('White and bold'.white().bold())

Supported styles and colors

Colors available:

  • white
  • grey
  • red
  • green
  • cyan
  • black
  • magenta
  • blue
  • yellow

Styles available:

  • bold
  • italic
  • strikethrough
  • inverse
  • underline

Notes

  • The module only works in CLI (console) mode

Release History

  • 0.1.0 Initial release

About

NodeJS module. Add colors to your CLI (console) output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published