1 stable release
1.4.0 | Nov 14, 2023 |
---|
#668 in Build Utils
84KB
2K
SLoC
Godot Package Manager rust client
Installation
Note read the using packages quickstart first.
cargo install gpm
Manual
- Download the latest version
- Move the executable to your
PATH
asgpm
ArchLinux
There's an AUR package available: godot-package-manager-git
Note This package installs to /usr/bin/godot-package-manager to avoid conflicts with general purpose mouse. Assuming you have
yay
installed:
yay -S godot-package-manager-git
Usage
gpm update # downloads the newest versions of packages
gpm purge # removes the installed packages
gpm tree # prints the tree of installed packages, looks like
# /home/my-package
# └── @bendn/test@2.0.10
# └── @bendn/gdcli@1.2.5
Compiling
git clone --depth 5 https://github.com/godot-package-manager/client
)cargo build -r
- Executable is
target/release/godot-package-manager
Dependencies
~22–38MB
~602K SLoC