How to generate new Conan recipe for pre-existing package

If you want to create a new conan build recipe for a package that already exists, use

Without tests:

conan_new_basic.sh
conan new hello/0.1

With tests:

conan_new_with_tests.sh
conan new hello/0.1 -t

More info: See packaging docs


Check out similar posts by category: C/C++, Conan