Comparing version 0.1.0 to 0.1.1
`gulpt` changelog | ||
====================== | ||
- v0.1.1 (2014.04.25) | ||
+ Add screenshoots | ||
- v0.1.0 (2014.04.20) | ||
+ Published `gulpt` module to [npm](https://www.npmjs.org/package/gulpt) | ||
+ Initial release |
{ | ||
"name": "gulpt", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "gulp CLI wrapper that use 'time-require' to measure & report all the require() calls from your gulpfile.js", | ||
@@ -5,0 +5,0 @@ "keywords": ["gulp", "wrapper", "time-require", "require", "measure", "time", "profile"], |
@@ -24,3 +24,14 @@ # `gulpt` @ [![Jaguard OSS 100%](http://img.shields.io/badge/Jaguard_OSS-100%-red.svg)](http://oss.jaguard.com) | ||
``` | ||
1. Default usage (non-verbose) showing required modules in loaded order, above 1% treshold | ||
``` | ||
gulpt -T | ||
``` | ||
![default](doc/gulpt_default.png) | ||
2. Verbose (all) & sorted usage showing all required modules in sorted order | ||
``` | ||
gulpt -T --verbose --sorted | ||
``` | ||
![verbose-sorted](doc/gulpt_verbose_sorted.png) | ||
## License | ||
@@ -32,4 +43,6 @@ | ||
- v0.1.1 (2014.04.25) | ||
+ Add screenshoots | ||
- v0.1.0 (2014.04.20) | ||
+ Published `gulpt` module to [npm](https://www.npmjs.org/package/gulpt) | ||
+ Initial release |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33860
7
47