Skip to content

smolboon/gittodoc

 
 

Repository files navigation

Gittodoc

Demo.mp4

A tool to convert Git repositories into documentation link that you can feed to AI coding tools like cursor.

📚 Requirements

  • Python 3.7+

⚡ Installation & Running

You can install and run Gittodoc using pip and requirements.txt or Docker:

# Install dependencies
pip install -r requirements.txt

# Or run with Docker Compose
docker-compose up -d

Note: Please use the Docker method or clone the repository and run locally as the app is not published on PyPI.

🛠️ Stack


⚠️ Note

This app is an experimental fork from gitingest. As a result, the project structure, folder names (some still called gitingest), and documentation are not yet fully updated or comprehensive. Improvements will be made over time.

About

Turn any Git repository into a documentation link.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 82.4%
  • Jinja 12.5%
  • JavaScript 2.9%
  • Shell 1.7%
  • Other 0.5%