Generate a clean, markdown-formatted directory tree of any GitHub repository directly from your browser.
- π² Generates a visual tree of all files and folders
- π Accepts both GitHub URLs and manual owner/repo inputs
- π Supports GitHub Personal Access Token (PAT) for increased API limits
- π One-click copy of the generated markdown tree
- β‘ Built with React + Vite + TypeScript
Get the Chrome extension here: repotree-extension
# Clone the repository
git clone https://github.com/anuragparashar26/github-repo-tree-generator.git
# Navigate to the project directory
cd github-repo-tree-generator
# Install dependencies
npm install
# Start the development server
npm run dev- Unauthenticated: 60 requests/hour
- Authenticated with PAT: 5,000 requests/hour
To increase the limit:
- Generate a GitHub PAT
- Select the
reposcope - Paste the token in the input field at the top of the app
