1.0.0 • Published 6 years ago

color-command v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Color-Command

Use

npm install color-command
const ColorCommand = require('color-command');
const cmder = new ColorCommand();

cmder.log('this is a normal massage ');
cmder.error('this is a red massage ');
cmder.info('this is a green massage ');
cmder.debug('this is a magenta massage ');
cmder.warn('this is a yellow massage ');
cmder.data('this is a blue massage ');
cmder.help('this is a cyan massage ');
cmder.rainbow('this is a rainbow massage ');
cmder.prompt('this is a cyan massage ');
cmder.input('this is a grey massage ');