jikkai / gulp-color

Color your console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-color

js-standard-style

Color your console.

Install

Install with npm.

npm install --save-dev gulp-color

Usage

var gulp = require('gulp');
var color = require('gulp-color');

gulp.task('default', function () {
  console.log(color('Hello World!', 'RED'));
});

You can use this following color:

  • BLACK
  • RED
  • GREEN
  • YELLOW
  • BLUE
  • MAGENTA
  • CYAN
  • WHITE

About

Color your console.

License:MIT License


Languages

Language:JavaScript 100.0%