cpp14-project-template
cpp14-project-template copied to clipboard
✨ Add a script for generating the project template
Closes #2
This script should have the following features:
- [ ] Allow user to specify if they are making a library or application.
- [ ] Allow user to specify directories for source code
- [ ] Allow setup of all CMake related files (
*/CMakeLists.txt). - [ ] Allow setup (Or exclusion) of documentation files.
- [ ] Allow setup of CI tools
- [ ] Allow specifying external files (Such as licenses/README files)