Skip to content

micviklui/cpp-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Cookiecutter
================
Forked from https://github.com/kafeman/cpp-boilerplate

Build
-----

Compile the cpp app

```
make
```

Generate doxygen and sphinx documentation

```
doxygen doc/doxygen.cfg
cd doc && make html
```

The app and the documentation is available in the `build`-directory.

About

Minimal C++ boilerplate that I use for my own projects

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.5%
  • Makefile 5.5%