Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulpt

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulpt

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

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 25 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc