Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 522 Bytes

C++ Project Starter

Starter template for C++ projects, heavily inspired by https://github.com/cpp-best-practices/cmake_template

  • Clone repository:

    git clone https://github.com/dasmysh/cpp_project_starter.git cd cpp_project_starter

  • Start python script to create new project:

    python .\start_new_project.py -n app_name --namespace testns -r "Readable Project Name" -d "Some description." -a "My Name" -e "[email protected]" project_name

    Creates a new project in the folder project_name.