package
1.1.0
Repository: https://github.com/gobuffalo/buffalo.git
Documentation: pkg.go.dev

# Functions

ConfigPath returns the path to the config/buffalo-plugins.toml file relative to the app.
List all of the plugins the application depends on.
New returns a configured *Plugins value.
On checks for the existence of config/buffalo-plugins.toml if this file exists its contents will be used to list plugins.

# Variables

ErrMissingConfig is if config/buffalo-plugins.toml file is not found.

# Structs

Command is the plugin command you want to control further.
Plugin represents a Go plugin for Buffalo applications.
Plugins manages the config/buffalo-plugins.toml file as well as the plugins available from the file.