Skip to content
/ gulpt Public
forked from Jaguard/gulpt

gulp CLI wrapper that use 'time-require' to measure & report all the require() calls from your gulpfile.js

License

Notifications You must be signed in to change notification settings

adixchen/gulpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulpt @ Jaguard OSS 100%

gulp.js CLI wrapper that use time-require to measure & report all the require() calls from your gulpfile.js. Simply use it instead of gulp CLI to measure & speed up your gulpfile.js build require() calls.

Project status

  • NPM version: NPM version
  • NPM downloads: NPM downloads
  • GitHub release: GitHub Release
  • Dependencies: Dependencies status

Install

Globally install with npm

npm install -g gulpt

Usage

Now that gulpt is available on PATH, invoke it as you're using gulp. Additional parameters could be passed to time-require (ex: --sorted, --verbose)

gulpt build --sorted
  1. Default usage (non-verbose) showing required modules in loaded order, above 1% treshold
gulpt -T

default

  1. Verbose (all) & sorted usage showing all required modules in sorted order
gulpt -T --verbose --sorted

verbose-sorted

License

MIT © Jaguard OSS

Changelog

  • v0.1.2 (2014.04.25)
  • v0.1.1 (2014.04.25)
    • Add screenshoots
  • v0.1.0 (2014.04.20)
    • Published gulpt module to npm
    • Initial release

About

gulp CLI wrapper that use 'time-require' to measure & report all the require() calls from your gulpfile.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published