nkolev92 / DependencyVisualizer

A tool to help you visualize the dependencies in your .NET project
MIT License
2 stars 1 forks source link

Integrated into the command line and add Readme #20

Closed heng-liu closed 1 year ago

heng-liu commented 1 year ago

Integrated into the command line. You may run DependencyVisualizerTool <projectFilePath> [options] command now.

To Do:

  1. Issue in verbosity of the logging (debug info is not shown).
  2. Add tests.
  3. Write a readme file about how to use this command.