kibana/packages/kbn-plugin-generator/template
Pierre Gayvallet 6982321dbb
@kbn/plugin-generator minor cleanup (#189059)
## Summary

Done while looking for https://github.com/elastic/kibana/issues/107773

- use `import type` modifier when possible
- fix imports to use the `@kbn/plugin` format
- remove references to CLI options that are no longer present
2024-07-26 09:39:31 +02:00
..
common
public @kbn/plugin-generator minor cleanup (#189059) 2024-07-26 09:39:31 +02:00
server @kbn/plugin-generator minor cleanup (#189059) 2024-07-26 09:39:31 +02:00
translations
.eslintrc.js.ejs fix(NA): external plugins development flow with the new modern package plugins in place (#153562) 2023-04-06 18:00:24 +01:00
.gitignore
.i18nrc.json.ejs
kibana.json.ejs
package.json.ejs fix(NA): build external plugins with correct bazel artifacts output mode (#159630) 2023-06-15 00:43:05 +01:00
README.md.ejs @kbn/plugin-generator minor cleanup (#189059) 2024-07-26 09:39:31 +02: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.

## 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>

  <dt><code>yarn plugin-helpers dev --watch</code></dt>
    <dd>Execute this to build your plugin ui browser side so Kibana could pick up when started in development</dd>
</dl>