Skip to content

A simple script to start a C++ project with CMake, spdlog and GoogleTest!

Notifications You must be signed in to change notification settings

vck3000/cppstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

cppstarter

A simple script to start a C++ project with CMake, spdlog and GoogleTest!

Simply copy the script to your desired folder and run the script using ./cppstarter.py or python3 cppstarter.py and follow on screen instructions!

If you run into permission errors using ./cppstarter.py, give it a chmod +x cppstarter.py to give it executable permissions.

Requirements

  • A Unix system that has access to chmod command! This requirement could be dropped if conditional statements were added to detect Windows machines.

Contributing

Pull requests welcome! Please follow standard procedures for PRs such as good descriptions and commit messages.

About

A simple script to start a C++ project with CMake, spdlog and GoogleTest!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages