mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-30 03:20:10 +00:00
updating docs
This commit is contained in:
parent
d6c868d68e
commit
d8c775fd62
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
var sys = require('sys');
|
var sys = require('sys');
|
||||||
var colors = require('colors');
|
var colors = require('colors');
|
||||||
sys.puts('whats up dog'.green);
|
|
||||||
sys.puts('i cant allow you to do that dave'.italic.grey.underline + 'ill beat you with the chain'.bold.red);
|
sys.puts('Colors '.green + 'are '.magenta + 'fun!'.blue);
|
||||||
var str = "I".green + " Like".yellow + " Colors!".grey;
|
sys.puts('So '.bold + 'are'.underline + ' styles!'.italic); // styles don't work in standard Mac OS Terminal.app
|
||||||
sys.puts(str);
|
sys.puts('Chains are also cool.'.bold.underline.red); // styles dont't work in standard Mac OS Terminal.app
|
||||||
|
|
||||||
|
|
||||||
<h2>colors and styles!</h2>
|
<h2>colors and styles!</h2>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user