kibana/packages/kbn-plugin-generator/template
Brad White ff80b8a275
Remove SCSS from plugin generator (#211116)
## Summary

Part of elastic/kibana-team#1417, removes `index.scss` from plugin
generation.
2025-02-19 08:07:05 +01:00
..
common
public Remove SCSS from plugin generator (#211116) 2025-02-19 08:07:05 +01: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>