https://github.com/eddytheco/esterv.web.shop
https://github.com/eddytheco/esterv.web.shop
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddytheco/esterv.web.shop
- Owner: EddyTheCo
- Created: 2025-04-20T16:18:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T18:38:30.000Z (about 1 month ago)
- Last Synced: 2025-05-07T16:15:13.257Z (29 days ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esterv.Web.Shop
[TOC]
## Configure, build, test, package ...
The project uses [CMake presets](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html) as a way to share CMake configurations.
Refer to [cmake](https://cmake.org/cmake/help/latest/manual/cmake.1.html), [ctest](https://cmake.org/cmake/help/latest/manual/ctest.1.html) and [cpack](https://cmake.org/cmake/help/latest/manual/cpack.1.html) documentation for more information on the use of presets.## API reference
You can read the [API reference](https://eddytheco.github.io/Esterv.Web.Shop/), or generate it yourself like
```
cmake --workflow --preset default-documentation
```## Contributing
We appreciate any contribution!
You can open an issue or request a feature.
You can open a PR to the `develop` branch and the CI/CD will take care of the rest.
Make sure to acknowledge your work, and ideas when contributing.