Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added page with templates and crow applications to mkdocs #950

Merged
Merged
Show file tree
Hide file tree
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: 18 additions & 0 deletions docs/getting_started/project_templates_and_applications.md
gittiver marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Here we collect samples and applications.

The repositories mentioned here are 3rd party owned and are not supported or managed by the CrowCpp Project.

# 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
Loading