Skip to content

khurramHazen/cpp_cookiecutter

 
 

Repository files navigation

Cpp Cookiecutter

Features

Current features include:
  • modern C++ 14
  • build system with modern CMake
  • conda recipe included
  • travis included
  • unit tests with cpp doctest
  • benchmark code with google benchmark
  • docs with sphinx breathe and readthedocs support
  • google benchmark and cpp doctest are downloaded at cmake-config time via external-projects since these dependencies are just for testing and benchmarking

Todos:

Things which need to be done
  • conda recipes are not well integrated yet
  • Add documentation how to use the cookiecutter

Usage:

Install _cookiecutter

$ pip install cookiecutter

After installing cookiecutter, use the cpp-cookiecutter:

$ cookiecutter https://github.com/DerThorsten/cpp_cookiecutter

About

modern cpp cookiecutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 38.8%
  • C++ 18.6%
  • Batchfile 17.8%
  • Makefile 15.8%
  • Python 7.0%
  • Shell 1.7%
  • HTML 0.3%