Skip to content

restimel/dependencyWatcher

Repository files navigation

Dependency Watcher

Watch relationship of your project files.

Purpose

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.

License

This project is under the MIT License.

Technology

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.

More information

Please follow any of these links to have more information about what you look for:

Main features

  • 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).

Compatibility

It uses ES6 features, so it works only with modern browsers (Chrome, Firefox, Opera, ...).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors