Skip to content

A python script to download and update packages and their dependencies

License

Notifications You must be signed in to change notification settings

Jummit/godot-package-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Package Manager

PyPI version

A python script to download and update Git-based packages and their dependencies.

Installation

pip install gopm

Usage

Run gopm.py in the game directory. Use gopm -h to show the usage:

Usage: gopm [COMMAND] [-v] ...

u / update Update all packages

s / upgrade Upgrade all packages to the latest version

i / install Install a package from a git URI or search and install a package from Github

r / remove Uninstall the specified package

-h / --help Show this help message

Installed addons will be put in the addons folder.

Note that you still need to enable some plugins in the project settings.

Creating Packages

An installable package needs to have an addons folder with one or multiple folders inside, and optionally a godotmodules.txt file with dependencies.

About

A python script to download and update packages and their dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages