How can i create new c++ project without cocos python CLI ? only CMAKE

I dont want to use the cocos CLI and i dont have python 2.7 and looking at the code there i can see some information sending function any way i like use only CMAKE
Does any body know or created way to create new C++ project only using CMAKE ?
i can see that there is HelloWorld project in the main Cocos2d-x dir . and In the cpp-template-default
Thanks

You would use just the cocos command to create the project. You don’t need to use the cocos command for anything else if you don’t wish to do so.

Then you would use CMake after that.