소개
This tool creates a JSON representation of a directory's file tree, intelligently excluding files and directories according to `.gitignore` configurations and hidden directories (starting with '.'). It's designed to be integrated with Claude, enabling the AI to quickly understand project structure and identify relevant files for editing, boosting efficiency and collaboration.
주요 기능
- Generates a JSON representation of a file tree.
- Presents the directory structure in a hierarchical JSON format.
- Excludes files/directories based on .gitignore rules.
- Excludes hidden directories (starting with '.').
사용 사례
- Facilitates efficient collaboration on projects.
- Allows Claude to quickly understand project structure.
- Helps Claude identify relevant files for editing.