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 hello/0.1
With tests:
conan new hello/0.1 -t
More info: See packaging docs
If you want to create a new conan build recipe for a package that already exists, use
conan new hello/0.1
conan new hello/0.1 -t
More info: See packaging docs