0.1.3 • Published 4 years ago

@oursky/gitlint-cli v0.1.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

gitlint-bot

gitlint-bot is a Github App that lints commit messages against custom rules and periodically posts a summary of these analyses in a Slack channel.

The goal of this App is to promote better and more consistent commit message style among developers in an organization.

This Github App is built using Probot

Development Setup

Requires Docker v19.03.0+

cp .env.example .env
docker-compose up

Navigate to http://localhost:3000 and click on the Register Github App button.

Publishing Packages

In order to publish a package, bump the package version and run npm run publish. A prompt will be shown for confirmation before the packages are published.

Data-flow Diagram

npm.io

License

Apache 2.0