ppm

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2022 License: MIT Imports: 4 Imported by: 0

README



badge badge badge


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

Install plugin from GitHub
$ ppm install <user>/<repository>
Install plugin from the Godot asset library (feature not available yet)
$ 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

With Go

$ go install github.com/Glow-Project/ppm

Without Go

Download the binary from the release page

Requirements

  • Git Only needed with v1.0.1 or lower
  • Golang Only needed for installation from source

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL