Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roms1383/commitlint-config-kroms
Custom preset for commitlint
https://github.com/roms1383/commitlint-config-kroms
commitlint-config
Last synced: 14 days ago
JSON representation
Custom preset for commitlint
- Host: GitHub
- URL: https://github.com/roms1383/commitlint-config-kroms
- Owner: Roms1383
- License: mit
- Created: 2019-05-26T15:21:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T21:28:50.000Z (8 months ago)
- Last Synced: 2024-12-17T17:58:23.616Z (16 days ago)
- Topics: commitlint-config
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commitlint-config-kroms
[![Latest Release](https://badgen.net/npm/v/commitlint-config-kroms)](https://www.npmjs.com/package/commitlint-config-kroms) [![License](https://badgen.net/badge/license/MIT/blue)](LICENSE) [![Build Status](https://travis-ci.org/Roms1383/commitlint-config-kroms.svg?branch=master)](https://travis-ci.org/Roms1383/commitlint-config-kroms) [![Renovate](https://img.shields.io/badge/Renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Dependencies](https://david-dm.org/Roms1383/commitlint-config-kroms.svg)](https://david-dm.org/) [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg)](https://github.com/carloscuesta/gitmoji)
Custom preset for commitlint
*****
Learn about commitlint [here](https://github.com/conventional-changelog/commitlint).
## Installation
If used as a dev dependency :
Yarn :
```sh
yarn add commitlint-config-kroms --dev
```NPM :
```sh
npm install commitlint-config-kroms --save-dev
```## Usage
Add a `.commitlintrc.yml` at the root of your project with :
```yml
extends:
- kroms
```More informations available [here](https://github.com/conventional-changelog/commitlint).
## Update
This package's emojis list (based on [gitmoji](https://gitmoji.carloscuesta.me)) can be updated easily by calling :
```sh
yarn generate
```*****
_Romain KELIFA - MIT - 2019-2021_