Water-Run/pack-my-code
pmc(pack-my-code): A tiny binary tool that “packages” your project code, suitable for sending to large language models.
This tool helps developers package their project code into a single, clean text output. It takes a directory of code files and produces a consolidated text representation, suitable for use as input to large language models or other automated code analysis tools. Developers who want to quickly create a digestible snapshot of their codebase for AI assistants or other automated systems would use this.
Use this if you need to quickly consolidate your code files into a single text output, often for feeding into a large language model or for code review.
Not ideal if you need a sophisticated code analysis tool, require preservation of complex file metadata, or are working with non-UTF-8 compatible files.
Stars
9
Forks
—
Language
Lua
License
—
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Water-Run/pack-my-code"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lguibr/CodeConcat
Prepare your code for AI. Concatenates your project into a clean, markdown-formatted file with...
uxname/kodu
High-performance CLI to prepare codebase for LLMs, automate reviews, and draft commits.
yaohui-wyh/ctoc
Count Tokens of Code (forked from gocloc)
Crystainexhaustible329/pack-my-code
Package code context into clean markdown for LLM prompts using a minimalist, lightweight tool...
s1korrrr/codebase-combiner
Combine a workspace or folder into a single Markdown/text file with filters and token estimates.