Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dup4/starter-cpp
Starter template for C++ library
https://github.com/dup4/starter-cpp
cpp starter
Last synced: 15 days ago
JSON representation
Starter template for C++ library
- Host: GitHub
- URL: https://github.com/dup4/starter-cpp
- Owner: Dup4
- License: mit
- Created: 2022-04-11T05:24:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T06:49:44.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:50:18.115Z (6 months ago)
- Topics: cpp, starter
- Language: CMake
- Homepage:
- Size: 225 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# starter-cpp
[![Clang Format][clang-format-ci-badge]][clang-format-ci]
[![Test][test-ci-badge]][test-ci]
[![codecov][codecov-badge]][codecov]
[![GitHub release][gh-release-badge]][gh-release]## Usage
```bash
degit Dup4/starter-cpp ${your repo name}
cd ${your repo name}
```## Feature
* support cmake and bazel.
* Test Coverage.
* Test CI with matrix strategy.
* clang format check ci.
* release ci.
* codeql ci.## License
[MIT](./LICENSE) License © 2023 [Dup4][dup4]
[dup4]: https://github.com/Dup4
[clang-format-ci-badge]: https://github.com/Dup4/starter-cpp/workflows/Clang%20Format/badge.svg
[clang-format-ci]: https://github.com/Dup4/starter-cpp/actions/workflows/clang_format.yml
[test-ci-badge]: https://github.com/Dup4/starter-cpp/workflows/Test/badge.svg
[test-ci]: https://github.com/Dup4/starter-cpp/actions/workflows/test.yml
[codecov-badge]: https://codecov.io/gh/Dup4/starter-cpp/branch/main/graph/badge.svg
[codecov]: https://codecov.io/gh/Dup4/starter-cpp
[gh-release-badge]: https://img.shields.io/github/release/Dup4/starter-cpp.svg
[gh-release]: https://GitHub.com/Dup4/starter-cpp/releases/