Sha256: fa64886ecb99c5d4aa2a2ac235500952ba0e968d25f755296400dc61bdf23f89
Contents?: true
Size: 702 Bytes
Versions: 20
Compression:
Stored size: 702 Bytes
Contents
<h1>colors.js - get color and style in your node.js console like what</h1> <img src="http://i.imgur.com/goJdO.png" border = "0"/> 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) <h2>colors and styles!</h2> - bold - italic - underline - inverse - yellow - cyan - white - magenta - green - red - grey - blue ### Authors #### Alexis Sellier (cloudhead) , Marak Squires , Justin Campbell
Version data entries
20 entries across 20 versions & 2 rubygems