Watch relationship of your project files.
This tool is for anyone who would like to watch file dependencies inside projects. It parses directories to find all files and keeps track of their dependencies. It displays them in a chart and allow to see child and parent dependencies of a file.
This project is under the MIT License.
This project uses NodeJS to parse files and creates a web server. The display is done by an interactive HTML page.
Rendering and interaction are done with VueJs.
Please follow any of these links to have more information about what you look for:
- User manual
- Usage overview (to be done ☹)
- Technical details
- Interactive chart to watch relationship of a file.
- Easy to find relation between files
- Configurable with any kind of dependencies (watch Configuration to see how to configure it).
- Filtering and grouping feature to analyze only what you want.
- Support very large project (tested on projects with more than 5000 files).
- Support different projects with the same interface.
- Read and write source file directly into the application (if configuration allows it).
It uses ES6 features, so it works only with modern browsers (Chrome, Firefox, Opera, ...).