This should be the starting point for developing godot modules. You depend only on godot-cpp and godot build tools. Here you will have scripts and instructions for all you need to get a quickstart
git clone git@github.com:HotWaterInc/Godot-mod-template.git
cd Godot-mod-template
cmake -DBUILD_FOR_EDITOR=True . -B build
cmake --build build
If you dont have godot installed, consider using this CLI to set up godot and the prerequisites for building modules
Make sure to use godot-cpp from the 4.2 branch, otherwise compatibility might break. The repo is freezed at a specific
commit and should not be changed.