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 project_templates_and_appllication page and added one template #937

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ html/

#VS-Code
.vscode
/vcpkg_installed/vcpkg/blds/asio/src/sio-1-29-0-772787661e.clean/asio/src/tests/unit/ip
/.vs
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
Loading