pbtree
1.0.0
PBTree is like pbcopy, but supercharged.

PBTree generates XML output, making it ideal for crafting prompts for Claude AI! Claude loves structured data in XML tags. ?❤️
Clone the repo:
git clone https://github.com/patricktrainer/pbtree.git
cd pbtreeInstall dependencies:
npm installBuild the project:
npm run buildLink the package globally:
npm linkAlternatively, you can use the rebuild script to do all of the above:
npm run rebuildAfter building and linking, simply run pbtree in your terminal:
pbtreeTo run PBTree in development mode:
npm run devThis uses ts-node to run the TypeScript files directly.
Check package.json for the full list of dependencies and their versions.
Contributions welcome! ?
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature? Enjoy!