Initial commit

This commit is contained in:
Beef Bindings
2026-03-11 15:48:30 +00:00
commit 97e8446b96
9 changed files with 322 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Cpp2Beef Template
Template for [Cpp2Beef](https://git.unicon-gmbh.de/BeefBindings/Cpp2Beef) Bindings
## Usage
```sh
# fork the repo
git clone --depth 1 https://git.unicon-gmbh.de/BeefBindings/Cpp2Beef.Template.git <path>
cd <path>
git remote rename origin upstream
git remote add origin <url>
# replace all occurences of <ProjectName> with <name>
python ./replace.py <name>
rm replace.py
```