Project template for C++ projects on Linux, using CMake and Editorconfig
https://github.com/Voultapher/project-template.git
./create.sh project-name /destination/path
This should create a project and configure CMake and build-tools.
CMakeLists.txt cross platform build generator.editorconfig maintain consistent style*.gitignore ignore build directoriescompile_commands.json use with tools like rtags, a C++ indexermain.cpp root containing int main()README.md Project description