Skip to content

Add --init cli argument to create new projects

Rafał Mikrut requested to merge github/fork/lupoDharkael/init into master

Created by: lupoDharkael

Solves https://github.com/godotengine/godot/issues/25797

I works as git init but you have to pass the name of the project as an argument. I creates project.godot, icon.png and default_env.tres in the directory you call this command.

Merge request reports