@jasonhsieh/repo2txt
v0.5.0
Published
Turn a git repo to a text file.
Readme
repo2txt
Output all files in a directory to one single text file, I use it for uploading codebase to LLM tools.
Usage
npx @jasonhsieh/repo2txt {repo_dir_path} {output_text_file_path}
Example
npx @jasonhsieh/repo2txt ~/git/repo2txt ~/git/repo2txt/output.txt
cat ~/git/repo2txt/output.txt
