README.md
January 2, 2025 ยท View on GitHub
GitIngest Extension ๐
Turn any Git repository into a prompt-friendly text ingest for LLMs.This extension is part of the GitIngest ecosystem. See GitIngest.com or cyclotruc/gitingest for more information.
โจ Features
- ๐ One-click access to GitIngest services to get a text ingest
- ๐ Prompt-friendly codebase ingestion
- ๐ Optimized output format for LLM prompts
- ๐ Statistics about:
- File and directory structure
- Size of the extract
- Token count
- ๐ Privacy-first, zero data collection (for the extension itself)
- ๐ค Open source, community-driven
๐ธ Screenshots
https://github.com/user-attachments/assets/fb831553-c55a-43e7-af91-7636e9084ae8
๐ ๏ธ Using
๐ Privacy Policy
This privacy policy is for the extension only. Privacy Policy (26 December 2024)
๐ง Development
Clone the repository
git clone https://github.com/lcandy2/gitingest-extension.git
Install dependencies
pnpm install
Run the development server
pnpm dev
Build the extension
pnpm build