pip install -r requirements.txtgit clone git@github.com:cocos2d/cocos2d-x.git ~/cocos2dx
cocowizard init com.company.packagename ~/cocos2dxcd ~/packagename
vim cocowizard.yaml
cocowizard updateNow you're ready to start opening the generated projects and start working.
Whenever you want to add a library or update the project, you can execute
cocowizard update and all project files will be updated.