Skip to content

botanicus/colours.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

About

Example

var colours = require("colours");
console.log(colours.bold.green + "I'm green!" + colours.reset + "\n" + "And now I'm not!");

API

Special

  • colours.reset is good for resetting the colour back

Colours

  • colours.grey
  • colours.red
  • colours.green
  • colours.yellow
  • colours.blue
  • colours.magenta
  • colours.cyan
  • colours.white

Bold Colours

  • colours.bold.grey
  • colours.bold.red
  • colours.bold.green
  • colours.bold.yellow
  • colours.bold.blue
  • colours.bold.magenta
  • colours.bold.cyan
  • colours.bold.white

About

Terminal colours for JavaScript (works with Node.js).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published