Skip to content

Initialize a godot 3 or 4 project and a git repo from commandline

License

Notifications You must be signed in to change notification settings

loteque/godotinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godotinit

Initialize a godot 3 or 4 project with a git repo from commandline

Usage:

navigate to your project directory:

cd /path/to/your/project

or create a new project directory:

mkdir /path/to/new/project
cd /path/to/new/project

run:

godotinit

Installation:

read the source

wget -O ~/.local/bin/godotinit https://raw.githubusercontent.com/loteque/godotinit/main/godotinit

mac or *nix:

chmod +x ~/.local/bin/godotinit

gitbash:

it should run without a permission change

About

Initialize a godot 3 or 4 project and a git repo from commandline

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published