README.md

January 2, 2025 ยท View on GitHub

Prompt-friendly codebase
Turn any GitHub repository into a simple text ingest of its codebase.
This is useful for feeding a codebase into any LLM.

GitIngest Icon

GitIngest Extension ๐Ÿ”

Turn any Git repository into a prompt-friendly text ingest for LLMs.

Available in the Chrome Web Store Get The Add-on for Firefox Get from the Edge Add-ons

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

Screenshot 1Screenshot 2

๐Ÿ› ๏ธ 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

๐Ÿ“„ License

MIT