# <%= name %> A OpenSearch Dashboards plugin --- ## Development See the [OpenSearch Dashboards contributing guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/CONTRIBUTING.md) for instructions setting up your development environment. <% if (thirdPartyPlugin) { %> ## Scripts
yarn osd bootstrap
Execute this to install node_modules and setup the dependencies in your plugin and in OpenSearch Dashboards
yarn plugin-helpers build
Execute this to create a distributable version of this plugin that can be installed in OpenSearch Dashboards
<% } %>