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 [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
public [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
server [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
translations [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
.eslintrc.js.ejs [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
.gitignore [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
.i18nrc.json.ejs [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
kibana.json.ejs [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00
package.json.ejs [plugin-helpers] improve 3rd party KP plugin support (#75019) 2020-08-27 14:56:48 -07:00
README.md.ejs [plugin-helpers] improve 3rd party KP plugin support (#75019) 2020-08-27 14:56:48 -07:00
tsconfig.json.ejs [kbn/plugin-generator] remove sao, modernize (#75465) 2020-08-20 18:50:36 -07:00

# <%= 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>
<% } %>