Getting Started
What you'll need
Minimal requirements
Pythonversion3.7or newer.copierversion6.0.0or newer andcopier-templates-extensions.cmakewith reasonably new version (3.xx)conanfor providing dependencies (vcpkgto be supported in future)- compiler of your choice
python3 -m pip install cmake copier copier-templates-extensions conan==1.59
Create a project from template:
To start project generation simply use command:
copier git@github.com:MaciejPatro/copier-cpp-cmake.git .
and choose configuration settings when prompted. More detailed description about them, you can find configuration section.