Skip to content

Commit 150404f

Browse files
authored
chore: merge pull request #43 from threeal/rename-to-cpp-starter
Rename Project to "C++ Starter"
2 parents a245092 + 381236b commit 150404f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Minimal C++ Starter
1+
# C++ Starter
22

3-
[![build status](https://img.shields.io/github/actions/workflow/status/threeal/minimal-cpp-starter/build.yml?branch=main)](https://github.com/threeal/minimal-cpp-starter/actions/workflows/build.yml)
4-
[![test status](https://img.shields.io/github/actions/workflow/status/threeal/minimal-cpp-starter/test.yml?label=test&branch=main)](https://github.com/threeal/minimal-cpp-starter/actions/workflows/test.yml)
3+
[![build status](https://img.shields.io/github/actions/workflow/status/threeal/cpp-starter/build.yml?branch=main)](https://github.com/threeal/cpp-starter/actions/workflows/build.yml)
4+
[![test status](https://img.shields.io/github/actions/workflow/status/threeal/cpp-starter/test.yml?label=test&branch=main)](https://github.com/threeal/cpp-starter/actions/workflows/test.yml)
55

6-
A minimal C++ template to kickstart your project.
6+
The C++ Starter is a [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) that provides a minimalistic boilerplate to kickstart your [C++](https://isocpp.org) project. This template offers a streamlined foundation, complete with predefined file structures, essential tools, and recommended settings, ensuring a swift and efficient start to your C++ development journey.

0 commit comments

Comments
 (0)