gulp-memory-stats

1.0.0 • Public • Published

gulp-memory-stats

Gulp plugin for enabling memory stats using @paulirish's project.

Example

// in your gulpfile...

var memoryStats = require('gulp-memory-stats');

gulp.task('html', function() {
  gulp.src(src.html)
    .pipe(memoryStats({ position: 'top-right' })) // can be 'bottom-right' (default), 'bottom-left', 'top-right', 'top-left'
    .pipe(gulp.dest(dest.html));
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-memory-stats

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tshaddix