command
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 19, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ppm

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
$ git clone https://github.com/Glow-Project/ppm
$ go mod download
$ go install
Manual installation
Windows:
- Download the binary
- Move binary to a directory that is part of the
$PATH variable
Mac/Linux:
- Download the binary
- Move binary to
/usr/local/bin
Requirements
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.