16 lines
396 B
Markdown
16 lines
396 B
Markdown
# 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
|
|
```
|