https://github.com/raisess/cpp-boilerplate
My super minimal setup for c++ projects
https://github.com/raisess/cpp-boilerplate
boilerplate cpp cpp-boilerplate
Last synced: about 1 month ago
JSON representation
My super minimal setup for c++ projects
- Host: GitHub
- URL: https://github.com/raisess/cpp-boilerplate
- Owner: Raisess
- License: mit
- Created: 2022-06-25T19:54:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T14:14:04.000Z (over 3 years ago)
- Last Synced: 2025-06-25T20:13:59.825Z (11 months ago)
- Topics: boilerplate, cpp, cpp-boilerplate
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPP BOILERPLATE
How to use:
```shell
git clone https://github.com/Raisess/cpp-boilerplate project-name
cd project-name
bash setup.sh
```
that is all.