Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions docs/getting_started/project_templates_and_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@ The repositories mentioned here are 3rd party owned and are not supported or man
# Template projects

+ [https://github.com/gittiver/crow_template](https://github.com/gittiver/crow_template)

- Features:
- github template repository
- uses CPM for including crow into project
- catch2 for testing
- Github template repository
- Uses CPM for including crow into project
- Uses catch2 for testing

+ [https://github.com/seobryn/corax-template](https://github.com/seobryn/corax-template)

- Features
- Features:
- `Scripts` to Make, Compile and Clean the build
- `Libs` Folder to store all the external Libs, Crow is set by default.
- Format rules using `clang-format`

+ [https://github.com/landiluigi746/cpp-backend-template](https://github.com/landiluigi746/cpp-backend-template)

- Features:
- Github template repository
- Uses CMake as build system
- Uses vcpkg as package manager
- Format rules using `clang-format`
- Docker support out of the box
Loading