Files
HomeAgent/third_party/homeagent-sdk/hack/plugin-dev/templates/plugin.json.tmpl

11 lines
214 B
Cheetah

{
"name": "{{.Name}}",
"version": "{{.Version}}",
"description": "{{.Description}}",
"author": "{{.Author}}",
"license": "MIT",
"entry": "plugin.so",
"min_version": "1.0.0",
"tags": ["{{.Name}}"]
}