Pour Package Manager
Easily install and manage Godot-plugins from GitHub using the command line
Commands
Initialize
Initialize a ppm.json file
$ ppm init
Install
Either declare a plugin to install or install all plugins that are declared in the ppm.json file
$ ppm install <plugin>
Update
Update all your plugins
$ ppm update
Uninstall
Uninstall a dependency
$ ppm uninstall <plugin>
More
For further information and commands use
$ ppm -h
Installation
Main way
Download the binary from the release page
Installation from Source
$ git clone https://github.com/Glow-Project/ppm
$ go install
Requirements
- Git Only needed with v1.0.1 or lower
- Golang Only needed for installation from source