معرفی شرکت ها


@commitlint/format-17.4.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Format commitlint reports
ویژگی مقدار
سیستم عامل -
نام فایل @commitlint/format-17.4.4
نام @commitlint/format
نسخه کتابخانه 17.4.4
نگهدارنده ['marionebl', 'martinhelmut', 'escapedcat', 'bycedric']
ایمیل نگهدارنده ['hello@mario-nebl.de', 'info@martin-fieber.se', 'npm@htmlcss.de', 'me@bycedric.com']
نویسنده Mario Nebl
ایمیل نویسنده hello@herebecode.com
آدرس صفحه اصلی git+https://github.com/conventional-changelog/commitlint.git
آدرس اینترنتی https://commitlint.js.org/
مجوز MIT
> Format commitlint reports # @commitlint/format ## Getting started ```shell npm install --save @commitlint/format ``` ## Example ```js const format = require('@commitlint/format').default; const output = format( { valid: false, errorCount: 1, warningCount: 1, results: [ { valid: false, input: 'some: commit message', errors: [ { valid: false, level: 2, name: 'some-error', message: 'This will show up red as it has level 2', }, ], warnings: [ { valid: true, level: 0, name: 'some-hint', message: 'This will not show up as it has level 0', }, { valid: false, level: 1, name: 'some-warning', message: 'This will show up yellow as it has level 1', }, ], }, ], }, { color: false, } ); process.stdout.write(output); /* => [ '✖ This will show up red as it has level 2 [some-error]', ' This will not show up as it has level 0 [some-hint]', '⚠ This will show up yellow as it has level 1 [some-warning]', '✖ found 1 problems, 2 warnings' ] */ ``` Consult [docs/api](https://conventional-changelog.github.io/commitlint/#/reference-api) for comprehensive documentation.


نیازمندی

مقدار نام
^17.4.4 @commitlint/types
^4.1.0 chalk


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

مقدار نام
14.20.1 Npm


نحوه نصب


نصب پکیج tgz @commitlint/format-17.4.4:

    npm install @commitlint/format-17.4.4.tgz