Generate file with dependency information
bredej opened this issue · 0 comments
bredej commented
In your "Dependency Management in C++" talk at NDC TechTown 2021 you requested a feature to produce a parsable text file with information about the dependencies.
This is how you do it in Conan.
From your conanfile (.txt or .py) directory execute the command
conan info . --json info.txt
As a bonus you can also produce a beautiful, interactive dependency tree in html
conan info . --graph info.html
Ohh, and a big thank you to the organizers and speakers at NDC TechTown :-)