WARNING: This project is abandoned and no longer going to be maintained by me. Feel free to fork and update it to your needs.
BoilerplatePP
This repo is a Cookiecutter template for new C++ Projects.
Usage
- 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.
Built upon great projects
- 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
License
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.