Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thierrymichel/commitlint-config-ccgls
Commitlint companion for cz-ccgls
https://github.com/thierrymichel/commitlint-config-ccgls
Last synced: 2 months ago
JSON representation
Commitlint companion for cz-ccgls
- Host: GitHub
- URL: https://github.com/thierrymichel/commitlint-config-ccgls
- Owner: thierrymichel
- License: unlicense
- Created: 2018-12-12T20:53:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T12:46:06.000Z (4 months ago)
- Last Synced: 2024-10-14T17:16:24.880Z (3 months ago)
- Language: JavaScript
- Size: 48.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# commitlint-config-ccgls
> [Commitlint](https://github.com/marionebl/commitlint) companion for [cz-ccgls](https://github.com/thierrymichel/cz-ccgls) (a commitizen adapter to deal with conventional changelog, Gitmoji and Lerna scopes).
[![npm version](https://img.shields.io/npm/v/commitlint-config-ccgls.svg?style=flat-square)](https://www.npmjs.org/package/commitlint-config-ccgls)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
[![License](https://img.shields.io/badge/license-UNLICENSE-green.svg?style=flat-square)](https://github.com/thierrymichel/commitlint-config-ccgls/blob/master/UNLICENSE)## Usage
```sh
# Install commitlint cli
npm install --save-dev @commitlint/cli
# Install ccgls
npm install --save-dev commitlint-config-ccgls
# Configure commitlint to use ccgls
echo "module.exports = {extends: ['ccgls']}" > commitlint.config.js
```> More informations about [Commitlint](https://github.com/marionebl/commitlint)…