kibana/packages/kbn-plugin-generator/template/common/index.ts.ejs
Spencer 7b23e7cd8b
[kbn/plugin-generator] remove sao, modernize (#75465)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-08-20 18:50:36 -07:00

3 lines
93 B
Plaintext

export const PLUGIN_ID = '<%= camelCase(name) %>';
export const PLUGIN_NAME = '<%= name %>';