special sponsors
Array
lando.plugins.find(dirs, disablePlugins) ⇒ Finds plugins
Kind: global function
Returns: Array
- Array of plugin metadata
Since: 3.0.0
Param | Type | Default | Description |
---|---|---|---|
dirs | Array | Directories to scan for plugins | |
disablePlugins | Object | [] | Array of plugin names to not load |
Object
lando.plugins.load(plugin, [file]) ⇒ Loads a plugin.
Kind: global function
Returns: Object
- Data about our plugin.
Since: 3.0.0
Param | Type | Default | Description |
---|---|---|---|
plugin | String | The name of the plugin | |
[file] | String | plugin.path | That path to the plugin |
[...injected] | Object | Something to inject into the plugin |