1.0.2 • Published 5 months ago

codebasetxt v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

codebasetxt

codebasetxt logo 90s themed retro neon

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:

  1. Respects .gitignore.
  2. Skips hidden folders and certain file extensions (images, archives, etc.).
  3. Optionally ingore other custom paths (drizzle, node_modules, etc.).

Installation

npm install --global codebasetxt

or use npx without installing:

npx codebase

Usage

From within your project directory, simply run:

codebasetxt

This will generate a codebase.txt containing all non-ignored files (excluding images, archives, certain file types, etc.).

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago