معرفی شرکت ها


time-grunt-2.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Display the elapsed execution time of grunt tasks
ویژگی مقدار
سیستم عامل -
نام فایل time-grunt-2.0.0
نام time-grunt
نسخه کتابخانه 2.0.0
نگهدارنده ['sindresorhus']
ایمیل نگهدارنده ['sindresorhus@gmail.com']
نویسنده Sindre Sorhus
ایمیل نویسنده sindresorhus@gmail.com
آدرس صفحه اصلی git+https://github.com/sindresorhus/time-grunt.git
آدرس اینترنتی https://github.com/sindresorhus/time-grunt#readme
مجوز MIT
## Deprecated Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates. --- # time-grunt [![Build Status](https://travis-ci.org/sindresorhus/time-grunt.svg?branch=master)](https://travis-ci.org/sindresorhus/time-grunt) > Display the elapsed execution time of [grunt](http://gruntjs.com) tasks ![](screenshot.png) ## Install ``` $ npm install --save-dev time-grunt ``` ## Usage ```js // Gruntfile.js module.exports = grunt => { // require it at the top and pass in the grunt instance require('time-grunt')(grunt); grunt.initConfig(); } ``` ## Optional callback If you want to collect the timing stats for your own use, pass in a callback: ```js require('time-grunt')(grunt, (stats, done) => { // do whatever you want with the stats uploadReport(stats); // be sure to let grunt know when to exit done(); }); ``` ## Clean layout The `watch` task and tasks that take less than 1% of the total time are hidden to reduce clutter. Run grunt with `grunt --verbose` to see all tasks. Run grunt with `grunt --quiet` to quiet all tasks including time-grunt. ## License MIT © [Sindre Sorhus](https://sindresorhus.com)


نیازمندی

مقدار نام
^1.0.0 chalk
^1.1.0 date-time
^1.0.0 figures
^0.2.3 hooker
^1.0.0 number-is-nan
^2.1.0 pretty-ms
^0.2.0 text-table


زبان مورد نیاز

مقدار نام
8.12.0 Npm


نحوه نصب


نصب پکیج tgz time-grunt-2.0.0:

    npm install time-grunt-2.0.0.tgz