Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikjeske authored Oct 22, 2019
1 parent a0e8509 commit d50e252
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# DependencyFinder test
This project can be used for analyzing complex project that contains many solutions that share some dependencies.
Commands:

- List – allows list all solutions, projects and nugets in given root
- Nuget – allows to list nuget used by projects in given root
- Reference – allows to list all references of item in all solutions

All command have --help that describes all parameters we have to use.

Example:
- DependencyFinder.exe list “E:\Projects\Dependency\DependencyFinder\Test" -n –i
- DependencyFinder.exe nuget “E:\Projects\Dependency\DependencyFinder\Test" -i
- DependencyFinder.exe reference “E:\Projects\Dependency\DependencyFinder\Test" -p “E:\Projects\Dependency\DependencyFinder\Test\Common\CommonFull\CommonFull\CommonFull.csproj", -c “CommonFull.TestClass”

0 comments on commit d50e252

Please sign in to comment.