This project used the BoilerplatePP as its starting point.
This repo is a Cookiecutter template for new C++ Projects, I will use for all my future C++ projects. There are still a lot of ideas, tasks and other issues I am working on in my free time so stay tuned!
Make sure you have Cookiecutter installed. If not take a look at its documentation.
Run the following command in a terminal.
cookiecutter https://github.com/pwm1234/cpp_cookie
Your brand new C++ project should be aviable in your given repo_name.
- BoilerplatePP
- CMake as a fast and easy to use build system
- gtest for unit testing
- Cookiecutter as a great tool to create projects from templates
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.