Docs: Pinning to latest for grafana plugin tools (#64140)

Pinning to latest for grafana plugin tools
This commit is contained in:
Timur Olzhabayev
2023-03-03 15:07:35 +01:00
committed by GitHub
parent 3468804ff5
commit 92ee03db78
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ The easiest way to start developing Grafana plugins is to use the Grafana [creat
Open the terminal, and run the following command in your [plugin directory]({{< relref "../../setup-grafana/configure-grafana/#plugins" >}}):
```bash
npx @grafana/create-plugin
npx @grafana/create-plugin@latest
```
Follow the questions and you will have a starter plugin ready to develop.