create-grafana-plugin 0.2.1

CLI tool to scaffold production-ready Grafana plugin projects
Documentation
1
2
3
4
5
6
7
//! Library surface for `create-grafana-plugin` (shared by the binary and integration tests).

pub mod cli;
pub mod config;
pub mod scaffold;
pub mod template;
pub mod updater;