Just 2 step to create your TestProject!
- Clone Template
git clone [email protected]:javenl/TestDemoTemplate.git $(YourProjectName)
- Rename Project
cd $(YourProjectName)
python rename_project.py . $(YourProjectName)
If I want to create a project named TestCoreAnimation
.
git clone [email protected]:javenl/TestDemoTemplate.git TestCoreAnimation
cd TestCoreAnimation
python rename_project.py . TestCoreAnimation