gpm

Crates.iogpm
lib.rsgpm
version1.4.0
sourcesrc
created_at2023-11-14 09:48:30.465195
updated_at2023-11-14 09:48:30.465195
descriptionA package manager for godot
homepage
repositoryhttps://github.com/godot-package-manager/cli
max_upload_size
id1034553
size147,674
bendn (bend-n)

documentation

README

Godot Package Manager rust client

discord aur

Installation

Note read the using packages quickstart first.

  1. cargo install gpm
Manual
  1. Download the latest version
  2. Move the executable to your PATH as gpm
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:

  1. 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

  1. git clone --depth 5 https://github.com/godot-package-manager/client)
  2. cargo build -r
  3. Executable is target/release/godot-package-manager
Commit count: 50

cargo fmt