colors.js - get color and style in your node.js console like what

   var sys = require('sys');
   var colors = require('./colors');

   sys.puts('hello'.green); // outputs green text
   sys.puts('i like cake and pies'.underline.red) // outputs red underlined text
   sys.puts('inverse the color'.inverse); // inverses the color

colors and styles!

- bold - italic - underline - inverse - yellow - cyan - white - magenta - green - red - grey - blue

Authors

Alexis Sellier (cloudhead) , Marak Squires

Description
get colors in your node.js console (reverted to the non-sabotaged v1.4.0)
Readme MIT 465 KiB
Languages
JavaScript 100%