Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 663 Bytes

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 663 Bytes

qlDashboards

A OpenSearch Dashboards plugin


Development

See the OpenSearch Dashboards contributing guide for instructions setting up your development environment.

## Scripts
<dl>
  <dt><code>yarn osd bootstrap</code></dt>
  <dd>Execute this to install node_modules and setup the dependencies in your plugin and in OpenSearch Dashboards
  </dd>

  <dt><code>yarn plugin-helpers build</code></dt>
  <dd>Execute this to create a distributable version of this plugin that can be installed in OpenSearch Dashboards
  </dd>
</dl>