npm-run-timer
v1.0.0
Published
Timer wrapper for you npm scripts.
Downloads
12
Readme
Npm-run-timer
This tool is a convenience wrapper for timing your npm scripts. From the command-line you can can call anything you would normally call with npm with npm-run-timer. When the script is finished, the runtime will be logged at the bottom of the console.
Examples:
npm-run-timer run translationsnpm-run-timer testOutput:
npm runtime: 1.67 minutes
