kibana/packages/kbn-plugin-generator/template
Spencer 64311d306f
[plugin-helpers] improve 3rd party KP plugin support (#75019)
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-08-27 14:56:48 -07:00
..
common
public
server
translations
.eslintrc.js.ejs
.gitignore
.i18nrc.json.ejs
kibana.json.ejs
package.json.ejs
README.md.ejs
tsconfig.json.ejs

# <%= name %>

A Kibana plugin

---

## Development

See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) for instructions setting up your development environment.

<% if (thirdPartyPlugin) { %>
## Scripts
<dl>
  <dt><code>yarn kbn bootstrap</code></dt>
  <dd>Execute this to install node_modules and setup the dependencies in your plugin and in Kibana</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 Kibana</dd>
</dl>
<% } %>