mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 08:52:14 +08:00
16 lines
607 B
Markdown
16 lines
607 B
Markdown
> **WARNING: @grafana/toolkit is deprecated**.
|
|
|
|
# grafana-toolkit
|
|
|
|
grafana-toolkit is a CLI that enables efficient development of Grafana plugins. We want to help our community focus on the core value of their plugins rather than all the setup required to develop them.
|
|
|
|
## FAQ
|
|
|
|
### Which version of grafana-toolkit should I use?
|
|
|
|
You should not use grafana-toolkit anymore. [create-plugin](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin/) is the tool to create new plugins and existing plugins should migrate.
|
|
|
|
## Contribute to grafana-toolkit
|
|
|
|
Grafana Toolkit is now deprecated.
|