A lightweight CLI documentation generator inspired by DeepWiki.
I really like DeepWiki because I enjoy reading different code; this project is just my clumsy imitation of DeepWiki.
I intend to implement this project step by step.
- Generate a simple overview of the entire codebase structure.
- Produce a call graph to visualize function and module relationships.
- Render detailed documentation for each component and API, breaking down implementation details.