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
- Host: GitHub
- URL: https://github.com/dalisoft/commitlint-sh
- Owner: dalisoft
- License: gpl-3.0
- Created: 2024-03-05T03:25:40.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2024-05-06T19:11:58.000Z (about 2 years ago)
- Last Synced: 2024-10-29T10:22:31.947Z (over 1 year ago)
- Language: Shell
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# commitlint-sh \[0.x\] \[DEPRECATED\]
> Except bugs, errors and/or strange behavior
[](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