UNPKG

cleverstack-cli

Version:

Command line interface for CleverTech's CleverStack

17 lines (15 loc) 442 B
var clc = require( 'cli-color' ) , colors = { sky: clc.cyanBright, green: clc.xterm( 112 ), blue: clc.xterm( 68 ), orange: clc.xterm( 172 ), red: clc.xterm( 1 ), gray: clc.xterm( 7 ), grey: clc.xterm( 7 ), darkGray: clc.xterm( 8 ), darkGrey: clc.xterm( 8 ), lightGreen: clc.xterm( 11 ), lightGray: clc.xterm( 250 ) } module.exports = colors;