https://github.com/isuke/git-consistent-lint
[EXPERIMENTAL] To check your project's git logs.
https://github.com/isuke/git-consistent-lint
cli commit commitizen git lint linter
Last synced: 5 months ago
JSON representation
[EXPERIMENTAL] To check your project's git logs.
- Host: GitHub
- URL: https://github.com/isuke/git-consistent-lint
- Owner: isuke
- License: mit
- Created: 2019-01-12T11:37:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:46:35.000Z (over 3 years ago)
- Last Synced: 2025-04-07T07:54:02.623Z (about 1 year ago)
- Topics: cli, commit, commitizen, git, lint, linter
- Language: JavaScript
- Homepage:
- Size: 544 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectnums:
:sectnumlevels: 3
:source-highlighter: highlightjs
:toc: preamble
:toclevels: 1
:author: isuke
:email: isuke770@gmail.com
= git-consistent-lint image:https://travis-ci.org/isuke/git-consistent-lint.svg?branch=master["Build Status", link="https://travis-ci.org/isuke/git-consistent-lint"] image:https://img.shields.io/badge/git--consistent-friendly-brightgreen.svg["git-consistent friendly",link="https://github.com/isuke/git-consistent"]
To check your project's git logs.
link:https://github.com/isuke/git-consistent[git-consistent]
== Usage
```sh
$ git log -n 1 --pretty=format:'%B' | git-consistent-lint
```