Code Visible is designed to help you master the core source code architecture of a medium to large scale codebase within three minutes, providing key metrics and internal insights about the codebase.
The premium open source version is still in active development, the simplified online veriosn including hundreds of parsed repositories can be find here:
The online version disable the function and abstracts(class, interface...) to save more space for more possible repositories, you can download the binary executable to parse the project yourself.
The project is still in early period, the lastest version is v0.1.2-beta.
- Fault Tolerant – Failure first design, try the best to parse the project even while it's broken or not correctly configured.
- Optimized for Speed – 80% libraries should be parsed in 1 secound.
- Easy to Use – Double click to run, it's a binary.
- Environment Free – No dependencies and software should be installed. No matter it's Python, pip or Node.js.
Currently supported or developing language and parsers.
Parser | Language | Repository | Supported Features |
---|---|---|---|
monty | Python | monty parser | 70% |
chameleon | Javascript | chameleon parser | 60% |
gopher | Golang | gopher parser | 90% |
ferris | Rust | ferris parser | 30% |
beans | Java | beans parser | 0 |
code visible protocol definition
cloudmap is licensed under the GPL-3.0 License.