/time-grunt

Displays the elapsed execution time of grunt tasks

Primary LanguageJavaScript

time-grunt Build Status

Displays the elapsed execution time of grunt tasks

screenshot

Install

Install with npm: npm install --save time-grunt

Example

// Gruntfile.js
module.exports = function (grunt) {
	// require it at the top and pass in the grunt instance
	require('time-grunt')(grunt);

	grunt.initConfig();
	grunt.registerTask('default', []);
}

License

MIT License • © Sindre Sorhus