WARNING: This project is abandoned and no longer going to be maintained by me. Feel free to fork and update it to your needs.
This repo is a Cookiecutter template for new C++ Projects.
- Make sure you have Cookiecutter installed. If not take a look at its documentation.
- Run
cookiecutter https://github.com/Paspartout/BoilerplatePP
in your Terminal. - Your brand new C++ project should be aviable in your given repo_name.
- CMake as a fast and easy to use build system
- Catch for lightweight and easy to use TDD or BDD
- Cookiecutter as a great tool to create projects from templates
- cpp-library-project-template with great CMake configurations
This template itself is licensed under the terms of the MIT License.
All other projects used in this template may be licensed differently. Please take a look at their project sites for furhter information.