plugin-tools
plugin-tools copied to clipboard
bug: creating a plugin with the name <plugintype> strips it from the id
very low priority, but still an oddity.
npx @grafana/create-plugin@latest --pluginName='panel' --orgName='org' --pluginDescription='description' --pluginType='panel' --no-hasGithubWorkflows --no-hasGithubLevitateWorkflow
Results in a folder/plugin-id of org--panel
It also occurs with substrings - i.e. for an app, using a name: meapp and an org: meapp, results in meapp-me-app