codeshare-dump
codeshare-dump
Section titled “codeshare-dump”Share code with LLMs cleanly.
codeshare is a Python-powered CLI for generating structured repository snapshots for LLM collaboration.
It can:
- list files
- dump readable source and config text
- generate API-only views
- diff against earlier shared snapshots
Install
Section titled “Install”curl -LsSf https://astral.sh/uv/install.sh | shsource $HOME/.local/bin/envuv tool install --index-url https://pypi.adastruct.com/simple codeshare-dumpQuick use
Section titled “Quick use”codeshare --fullClean LLM-oriented share
Section titled “Clean LLM-oriented share”codeshare \ --api-only \ --code-only \ --exclude-data \ --ignore-lockfiles \ --stdout \ --no-artifact \ --path .Full documentation
Section titled “Full documentation”See the docs section: • Installation • Usage • Examples • Contributors
A few stale things were removed everywhere:
--mode ...replaced by--full,--api-only,--diff,--structure--include-docsremoved- docs are now described as controlled through normal selection and
.codeignore, not a special flag