Skip to main content

create_grafana_plugin/
lib.rs

1//! Library surface for `create-grafana-plugin` (shared by the binary and integration tests).
2
3pub mod cli;
4pub mod config;
5pub mod scaffold;
6pub mod template;
7pub mod updater;