1.0.21 • Published 8 years ago
lando-plugin-anywhere v1.0.21
Lando Plugin Anywhere
Lando Plugin Anywhere allows developers to contain their plugins within projects.
Install
- Install with
yarnornpm lando-pa -eif installed globally. Otherwise execute./node_modules/.bin/lando-pa.js
You are now able to auto-load Lando plugins from the same directory that you are executing the lando command from. This plugin will look for directories called plugin or node_modules. If a .lando.config.yml file is found within a subdirectory of the plugin parent directories, the plugin will be loaded.
Key Points
.lando.configl.ymlcan be blank. This plugin requires the file to exist for autodiscovery.- Lando Plugin & API documentation can be found here.