If there isn't a specific plugin for conan, there is basically two ways to tackle the issue: -Create your own plugin that handles integration on your own terms. -Run scripts as you would run in a command line (or other supported scripting language)
If you are interested in the second approach, handling Conan's exceptions would require you the same handling as in a command line and I'm afraid you would need to take care of those yourself, as we aren't familiar with conan.
If there isn't a specific plugin for conan, there is basically two ways to tackle the issue:
-Create your own plugin that handles integration on your own terms.
-Run scripts as you would run in a command line (or other supported scripting language)
If you are interested in the second approach, handling Conan's exceptions would require you the same handling as in a command line and I'm afraid you would need to take care of those yourself, as we aren't familiar with conan.