3
0
Files
Repository/templates/plugin.template

8 lines
253 B
Plaintext
Raw Normal View History

2026-03-03 10:30:04 +01:00
<plugin name="{{PLUGIN}}" version="{{VERSION}}">
<description>{{DESCRIPTION}}</description>
<author>{{AUTHOR}}</author>
<email>{{EMAIL}}</email>
<download_url>{{URL}}</download_url>
<changelog>{{CHANGELOG}}</changelog>
</plugin>