var sys = require('sys'),
colors = require('./lib/termcolors').colors;
var red = colors.red(colors.bg_dgray(colors.bold('This should be bold red with a dark gray bg.')));
var blue = colors.blue('This should be blue.', true);
var purple = colors.purple(colors.bg_lgray('This should be purple with a light gray bg.'));
var yellow = colors.yellow('This should be yellow.', true);
sys.puts('none ' + red + ' :: ' + blue + ' :: none again');
sys.puts('none ' + colors.bold(yellow) + ' :: ' + purple + ' :: none again');
-
Notifications
You must be signed in to change notification settings - Fork 1
Add terminal color support to command line node.js
License
davglass/nodejs-termcolors
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Add terminal color support to command line node.js
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published