Lando Elasticsearch Plugin
The Lando Elasticsearch plugin service.
Installation
npm install @lando/elasticsearch
yarn add @lando/elasticsearch
Issues, Questions and Support
If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!
If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.
Changelog
We try to log all changes big and small in both THE CHANGELOG and the release notes.
Development
git clone https://github.com/lando/elasticsearch.git && cd elasticsearch
yarn install
If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:
git clone https://github.com/lando/elasticsearch.git && cd elasticsearch
lando start
lando node
lando yarn
Testing
yarn lint
yarn test
Releasing
yarn release
Contributors
Made with contributors-img.
Other Resources