Repodocify
A powerful Python tool for generating repository structure documentation in multiple formats.
✨ Features
🚀 Installation
pip install repodocify
📖 Usage
Basic usage:
repodocify
With options:
repodocify --path /path/to/repo --max-depth 3
repodocify --format ascii --stats
repodocify --format json --output repo-structure.json
repodocify --format html
🛠️ Development
This project uses Poetry for dependency management. To set up the development environment:
📋 Requirements
- Python >=3.8.1
- Click for CLI
- Rich for terminal formatting
- PyYAML for configuration (coming soon)
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
MIT License