tree: 0f34ac67a8aaa6cd514b29c00e0d17cabcf091f0 [path history] [tgz]
  1. colors.js
  2. example.html
  3. example.js
  4. MIT-LICENSE.txt
  5. package.json
  6. ReadMe.md
node_modules/node-firefox-find-ports/node_modules/firefox-client/node_modules/colors/ReadMe.md
   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
   sys.puts('OMG Rainbows!'.rainbow); // rainbow (ignores spaces)

Authors

Alexis Sellier (cloudhead) , Marak Squires , Justin Campbell, Dustin Diaz (@ded)