grafana/packages/grafana-toolkit
Jack Westbrook 7be23e7384
Grafana Toolkit: Prevent MODULE_NOT_FOUND errors (#67518)
fix(grafana-toolkit): put back ts-node to prevent MODULE_NOT_FOUND errors
2023-04-28 17:10:59 +02:00
..
bin Chore: Update version of @grafana/eslint-config (#53403) 2022-08-08 15:19:15 +01:00
src/cli Toolkit: Remove deprecated plugin:build (#67485) 2023-04-28 14:33:16 +02:00
.eslintrc Chore: eslint plugin react hooks fix in jeager (#27580) 2020-09-24 14:41:57 +02:00
CHANGELOG.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
LICENSE_APACHE2 Re-license Grafana to AGPLv3 (#33184) 2021-04-20 19:03:30 +02:00
package.json Grafana Toolkit: Prevent MODULE_NOT_FOUND errors (#67518) 2023-04-28 17:10:59 +02:00
README.md Toolkit: Remove deprecated plugin:build (#67485) 2023-04-28 14:33:16 +02:00
tsconfig.json Toolkit: Bump dependencies (#47826) 2022-05-26 16:23:27 +02:00

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 is the tool to create new plugins and existing plugins should migrate.

Contribute to grafana-toolkit

Grafana Toolkit is now deprecated.