- with
gh
(preferred)
gh repo create ChangeMe --template hugsy/modern-cpp-template --clone # --private
- with
git
git clone --depth 1 -q https://github.com/hugsy/modern-cpp-template ChangeMe
Replace all ChangeMe
values
cd ChangeMe
Then
cmake -S . -B build -T host=x64 -A x64
cmake --build build
cmake --build ./build