mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary Part of elastic/kibana-team#1417, removes `index.scss` from plugin generation. |
||
---|---|---|
.. | ||
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/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>