Bubbles: A simple and expandable C++ project template with Googletest and Boost included.
$ git clone https://willdoescode/bubbles
$ pwd
Copy pwd output to your ctp config.
[templates]
cpp = "<pwd output>"
[commands-before]
[commands-after]
cpp = "rm .git"
$ cmake -S . -B build
$ cmake --build build