معرفی شرکت ها


conventional-changelog-3.1.25


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Generate a changelog from git metadata
ویژگی مقدار
سیستم عامل -
نام فایل conventional-changelog-3.1.25
نام conventional-changelog
نسخه کتابخانه 3.1.25
نگهدارنده ['bcoe', 'oss-bot', 'andytjoslin', 'stevemao', 'marionebl', 'tapppi']
ایمیل نگهدارنده ['bencoe@gmail.com', 'bencoe+oss-bot@gmail.com', 'andrew@ajoslin.com', 'maochenyan@gmail.com', 'hello@mario-nebl.de', 'moilanen.tapani@gmail.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/conventional-changelog/conventional-changelog.git
آدرس اینترنتی https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme
مجوز MIT
# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coveralls-image]][coveralls-url] > Generate a changelog from git metadata ## Usage You most likely only need to use this module if you're building a library that provides an abstraction on top of conventional commits, See [Getting started](https://github.com/conventional-changelog/conventional-changelog#getting-started) if you're an end-user. ```sh $ npm install --save conventional-changelog ``` ```js var conventionalChangelog = require('conventional-changelog'); conventionalChangelog({ preset: 'angular' }) .pipe(process.stdout); // or any writable stream ``` Or if you want to use your own custom preset: ```js var conventionalChangelog = require('conventional-changelog'); var config = require('@org/conventional-changelog-custom-preset'); conventionalChangelog({config}) .pipe(process.stdout); // or any writable stream ``` ## API ### conventionalChangelog([options, [context, [gitRawCommitsOpts, [parserOpts, [writerOpts]]]]]) Returns a readable stream. #### options See the [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core) docs. The API is the same with the following changes or additions: ##### preset Type: `string` Possible values: `'angular', 'atom', 'codemirror', 'conventionalcommits', 'ember', 'eslint', 'express', 'jquery', 'jshint'` It's recommended to use a preset so you don't have to define everything yourself. Presets are names of built-in `config`. A scoped preset package such as `@scope/conventional-changelog-custom-preset` can be used by passing `@scope/custom-preset` to this option. **NOTE:** `options.config` will be overwritten by the values of preset. You should use either `preset` or `config`, but not both. ## [Notes for parent modules](https://github.com/conventional-changelog/conventional-changelog-core#notes-for-parent-modules) ## License MIT [npm-image]: https://badge.fury.io/js/conventional-changelog.svg [npm-url]: https://npmjs.org/package/conventional-changelog [travis-image]: https://travis-ci.org/conventional-changelog/conventional-changelog.svg?branch=master [travis-url]: https://travis-ci.org/conventional-changelog/conventional-changelog [daviddm-image]: https://david-dm.org/conventional-changelog/conventional-changelog.svg?theme=shields.io [daviddm-url]: https://david-dm.org/conventional-changelog/conventional-changelog [coveralls-image]: https://coveralls.io/repos/conventional-changelog/conventional-changelog/badge.svg [coveralls-url]: https://coveralls.io/r/conventional-changelog/conventional-changelog


نیازمندی

مقدار نام
^5.0.12 conventional-changelog-angular
^2.0.8 conventional-changelog-atom
^2.0.8 conventional-changelog-codemirror
^4.5.0 conventional-changelog-conventionalcommits
^4.2.1 conventional-changelog-core
^2.0.9 conventional-changelog-ember
^3.0.9 conventional-changelog-eslint
^2.0.6 conventional-changelog-express
^3.0.11 conventional-changelog-jquery
^2.0.9 conventional-changelog-jshint
^2.3.4 conventional-changelog-preset-loader


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

مقدار نام
14.18.2 Npm


نحوه نصب


نصب پکیج tgz conventional-changelog-3.1.25:

    npm install conventional-changelog-3.1.25.tgz