mirror of
https://github.com/flynx/colors.js.git
synced 2026-01-01 00:01:13 +00:00
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)j // outputs red underlined text
sys.puts('inverse the color'.inverse);
colors and styles!
- bold - italic - underline - inverse - yellow - cyan - white - magenta - green - red - grey - blueAuthors
Alexis Sellier (cloudhead) , Marak Squires
Languages
JavaScript
100%