Skip to content

p-tchaikovsky/gulp-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-stats

Display stats for Gulp tasks

screenshot

Installation

$ npm install --save-dev gulp-stats

Usage

Add to your gulpfile.js before the task(s) you wish to log and pass in the instance of Gulp.

// gulpfile.js
var gulp = require('gulp');

// Use gulp-stats
require('gulp-stats')(gulp);

// ... Tasks ...

MIT © Mike Simmonds

About

Display stats for Gulp tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%