1.0.2 • Published 10 months ago
codebasetxt v1.0.2
codebasetxt

Tired of copying and pasting code back and forth to use o1 Pro?
Generate a codebase.txt with all the relevant code from your project that:
- Respects
.gitignore. - Skips hidden folders and certain file extensions (images, archives, etc.).
- Optionally ingore other custom paths (
drizzle,node_modules, etc.).
Installation
npm install --global codebasetxtor use npx without installing:
npx codebaseUsage
From within your project directory, simply run:
codebasetxtThis will generate a codebase.txt containing all non-ignored files (excluding images, archives, certain file types, etc.).