Getting Started
Welcome to the comeit project! A linter for conventional commits. Follow the steps below to install and start using the package.
Install the package:
You can install comeit directly from PyPI using pip:
pip install comeit
Run the application
comeit includes a CLI tool, you can run it like this:
comeitBy default,
comeitusesgitinternally withgitpythonto read all the commits on the current branch. These are the commits that are parsed and reported if nothing else is specified.
You’re ready to go! Explore the project documentation for further details.