Generate JSON file out of CWD recursive contents. Could be helpful to train custom GPTs with your repo.
The tool respects your .gitignore
and omits NPM lock files.
This is a Proof of Concept.
bunx path-gpt@latest
# or
npx path-gpt@latest
Install
bun i
Build
bun run build
Run Dev version
bun run start