Skip to content

dasmysh/cpp_project_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template for new C++ projects. Heavily inspired by https://github.com/cpp-best-practices/cmake_template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published