Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 759 Bytes

markdown.rst

File metadata and controls

26 lines (17 loc) · 759 Bytes

markdown

This generator creates a .md file for each requirement with useful information to consume the installed packages: libraries available, components, headers, and basic instructions to consume them using different build systems.

$ conan install poco/1.11.1@ --generator markdown
...
Generator markdown created poco.md

Although markdown files can be read in plain text, we highly recommend you to use any plugin to see it with proper rendering (browsers, IDEs,.. all of them have plugins that will render markdown documents).

Markdown generator output for ``poco/1.11.1`` package.