Initial commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user