An open API service indexing awesome lists of open source software.

https://github.com/dalisoft/commitlint-sh

Blazing fast minimal commitlint validation script written in Bash with presets support
https://github.com/dalisoft/commitlint-sh

Last synced: about 1 year ago
JSON representation

Blazing fast minimal commitlint validation script written in Bash with presets support

Awesome Lists containing this project

README

          

# commitlint-sh \[0.x\] \[DEPRECATED\]

> Except bugs, errors and/or strange behavior

[![Coverage Status](https://coveralls.io/repos/github/dalisoft/commitlint-sh/badge.svg?branch=master)](https://coveralls.io/github/dalisoft/commitlint-sh?branch=master)

## Use [commitlint-rs](https://github.com/KeisukeYamashita/commitlint-rs) or [commitlint-rs-npm](https://github.com/dalisoft/commitlint-rs-npm)

Blazing fast minimal commitlint validation script written in **Bash** with presets support

## Features

- Available on all **Unix** environments
- Zero config
- Zero third-party dependencies
- No pre-install, just use
- Blazing fast, no wait
- Workspace support out-of-box
- Programming language agnostic
- Fast (<50ms)
- Presets available/compatible

## Documentation

Go-to [web-page](https://dalisoft.github.io/commitlint-sh) or see [**Getting Started**](./docs/GET_STARTED.md)

## Similar projects

- [commitlint](https://commitlint.js.org)
- [commitlint-rs](https://github.com/KeisukeYamashita/commitlint-rs)
- [commitlint-go](https://github.com/conventionalcommit/commitlint)

## Credits to

- [Bash](https://www.gnu.org/software/bash)
- [ShellCheck](https://github.com/koalaman/shellcheck)
- [Bashcov](https://github.com/infertux/bashcov)
- [bash_unit](https://github.com/pgrange/bash_unit)

## License

GPL-3