معرفی شرکت ها


argg-0.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A poor man's test runner for tap, tape, or similar, that also can be used with istanbul. It's just three lines of code to require all globs or pathnames provided as command line arguments.
ویژگی مقدار
سیستم عامل -
نام فایل argg-0.0.2
نام argg
نسخه کتابخانه 0.0.2
نگهدارنده ['isao']
ایمیل نگهدارنده ['isao.yagi@gmail.com']
نویسنده Isao Yagi
ایمیل نویسنده isao@yahoo-inc.com
آدرس صفحه اصلی git://github.com/isao/argg.git
آدرس اینترنتی https://github.com/isao/argg#readme
مجوز MIT
argg ==== A poor man's test runner for [tap](https://github.com/isaacs/node-tap), [tape](https://github.com/substack/tape), or similar, that also can be used with [istanbul](https://github.com/gotwarlost/istanbul). It's just three lines of code to `require` pathnames from the command line. Shell globbing test runner, if you will, which you can do when your tests are simple scripts. usage ----- Install like: npm i argg --save-dev …then in your package.json add: "scripts": { "test": "node node_modules/argg tests/*.js", "cover": "istanbul cover node_modules/argg tests/*.js" }, …so from the command line, you can run tests and get code coverage with istanbul like: npm test npm run cover why --- Hey ok, tap has a [nice test runner](https://github.com/isaacs/node-tap/blob/master/lib/tap-runner.js), but I would need something [like](https://github.com/substack/tape/pull/19) this for tape by itself, or for either tap or tape with istanbul. I could make a file and explicitly require the files, but that takes typing, and I know I'd miss something. license ------- MIT licensed by permission from my employer. See LICENSE.txt.


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

مقدار نام
0.12.7 Npm


نحوه نصب


نصب پکیج tgz argg-0.0.2:

    npm install argg-0.0.2.tgz