kibana/packages/kbn-plugin-generator/template
Tyler Smalley c4815d319e
Updates Github link references from master to main (#116789)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-29 09:53:08 -07:00
..
common
public
server
translations
.eslintrc.js.ejs
.gitignore
.i18nrc.json.ejs
kibana.json.ejs Make owner attribute required on kibana.json (#108231) 2021-08-24 10:02:32 -04:00
package.json.ejs
README.md.ejs Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
tsconfig.json.ejs

# <%= name %>

A Kibana plugin

---

## Development

See the [kibana contributing guide](https://github.com/elastic/kibana/blob/main/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>
<% } %>