cpp14-project-template icon indicating copy to clipboard operation
cpp14-project-template copied to clipboard

✨ Add a script for generating the project template

Open arnavb opened this issue 7 years ago • 0 comments

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)

arnavb avatar Apr 23 '18 13:04 arnavb