Add 'rename_project.sh' script

This commit is contained in:
Amine B. Hassouna
2019-02-05 22:31:46 +01:00
parent 40f9d234ca
commit 1694d30768
2 changed files with 104 additions and 0 deletions

View File

@@ -2,6 +2,13 @@
This project is a basic C [SDL2][SDL] project that uses [CMake][] as a build system.
It could be used as a base for any SDL2 project. Just fork it, clone it and
execute the `rename_project.sh` script. You will be prompted to enter the new
project name, the new executable name and the new git repository, but you can
keep the autodetected values. Finally, just commit and push the result to your
repository.
## Dependencies
- [Git][]