1.0.21 • Published 6 years ago

lando-plugin-anywhere v1.0.21

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Lando Plugin Anywhere

Lando Plugin Anywhere allows developers to contain their plugins within projects.

Install

  1. Install with yarn or npm
  2. lando-pa -e if 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.yml can be blank. This plugin requires the file to exist for autodiscovery.
  • Lando Plugin & API documentation can be found here.
1.0.21

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago