1- # cpp_boilerplate_project
1+ # cpp_starter_project
22
3- [ ![ ci] ( https://github.com/cpp-best-practices/cpp_boilerplate_project /actions/workflows/ci.yml/badge.svg )] ( https://github.com/cpp-best-practices/cpp_boilerplate_project /actions/workflows/ci.yml )
4- [ ![ codecov] ( https://codecov.io/gh/cpp-best-practices/cpp_boilerplate_project /branch/main/graph/badge.svg )] ( https://codecov.io/gh/cpp-best-practices/cpp_boilerplate_project )
5- [ ![ Language grade: C++] ( https://img.shields.io/lgtm/grade/cpp/github/cpp-best-practices/cpp_boilerplate_project )] ( https://lgtm.com/projects/g/cpp-best-practices/cpp_boilerplate_project /context:cpp )
6- [ ![ CodeQL] ( https://github.com/cpp-best-practices/cpp_boilerplate_project /actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/cpp-best-practices/cpp_boilerplate_project /actions/workflows/codeql-analysis.yml )
3+ [ ![ ci] ( https://github.com/cpp-best-practices/cpp_starter_project /actions/workflows/ci.yml/badge.svg )] ( https://github.com/cpp-best-practices/cpp_starter_project /actions/workflows/ci.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/cpp-best-practices/cpp_starter_project /branch/main/graph/badge.svg )] ( https://codecov.io/gh/cpp-best-practices/cpp_starter_project )
5+ [ ![ Language grade: C++] ( https://img.shields.io/lgtm/grade/cpp/github/cpp-best-practices/cpp_starter_project )] ( https://lgtm.com/projects/g/cpp-best-practices/cpp_starter_project /context:cpp )
6+ [ ![ CodeQL] ( https://github.com/cpp-best-practices/cpp_starter_project /actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/cpp-best-practices/cpp_starter_project /actions/workflows/codeql-analysis.yml )
77
8- ## About cpp_boilerplate_project
8+ ## About cpp_starter_project
99
1010This is a C++ Best Practices GitHub template for getting up and running with C++ quickly.
1111
@@ -28,7 +28,7 @@ It requires
2828 * conan
2929 * a compiler
3030
31- For a simplified project, check out the [ cpp_boilerplate_project ] ( https://github.com/cpp-best-practices/cpp_boilerplate_project ) .
31+ For a simplified project, check out the [ cpp_starter_project ] ( https://github.com/cpp-best-practices/cpp_starter_project ) .
3232
3333Ths Boilerplate project will merge new features first, then they will be merged (as appropriate) into cpp_starter_project.
3434
@@ -37,7 +37,7 @@ Ths Boilerplate project will merge new features first, then they will be merged
3737### Use the Github template
3838
3939First, click the green ` Use this template ` button near the top of this page.
40- This will take you to Github's [ 'Generate Repository'] ( https://github.com/cpp-best-practices/cpp_boilerplate_project /generate ) page.
40+ This will take you to Github's [ 'Generate Repository'] ( https://github.com/cpp-best-practices/cpp_starter_project /generate ) page.
4141Fill in a repository name and short description, and click 'Create repository from template'.
4242This will allow you to create a new repository in your Github account,
4343prepopulated with the contents of this project.
0 commit comments