gitmind 0.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

gitmind 0.0.1

Gitmind
AI powered Git repository analysis and reporting.
This project is currently in its infancy. The readme will be updated to include more information as the project progresses.
If you find what you are seeing intriguing, go ahead and ⭐️ the repository to show your support.
Local Development
Prerequisites

A compatible python version. It's recommended to use pyenv to manage
python versions.
pdm installed.
pre-commit installed.
hatch installed,

Setup

Clone the repository
Inside the repository, install the dependencies with:
pdm install

This will create a virtual env under the git ignored .venv folder and install all the dependencies.
Install the pre-commit hooks:
pre-commit install && pre-commit install --hook-type commit-msg

This will install the pre-commit hooks that will run before every commit. This includes linters and formatters.

Linting
To lint the codebase, run:
pdm run lint

Testing
To run the tests, run:
pdm run test

Tip: You can also run the linters configured in pyproject.toml inside your IDE of choice.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.