Skip to content

Commit

Permalink
added page with templates and crow applications to mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Nov 25, 2024
1 parent 52a213d commit 7d3dee2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/getting_started/project_templates_and_applications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Here we collect samples and applications.

# 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

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

- 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`
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ nav:
- Linux: getting_started/setup/linux.md
- MacOS: getting_started/setup/macos.md
- Windows: getting_started/setup/windows.md
- Project templates and applications: getting_started/project_templates_and_applications.md
- Your First Application: getting_started/your_first_application.md
- A Simple Webpage: getting_started/a_simple_webpage.md
- Guides:
Expand Down

0 comments on commit 7d3dee2

Please sign in to comment.