Files
crazywoola dbbc4a29cc 454 bump cli template (#455)
* feat: update template

* feat: update ja_JP

* feat: update GUIDE.md
2025-09-22 14:41:47 +08:00

18 lines
490 B
YAML

identity:
author: {{ .Author }}
name: {{ .PluginName }}
label:
en_US: "{{ .PluginName | SnakeToCamel }}"
zh_Hans: "{{ .PluginName | SnakeToCamel }}"
ja_JP: "{{ .PluginName | SnakeToCamel }}"
description:
en_US: "{{ .PluginName | SnakeToCamel }}"
zh_Hans: "{{ .PluginName | SnakeToCamel }}"
ja_JP: "{{ .PluginName | SnakeToCamel }}"
icon: icon.svg
strategies:
- strategies/{{ .PluginName }}.yaml
extra:
python:
source: provider/{{ .PluginName }}.py