Installation

Stable version (recomended)

This plugin is published on the official QGIS plugins repository: https://plugins.qgis.org/plugins/qgis_plugin_templater_test_github/.

Using this plugin with QGIS Deployment Toolbelt (QDT)

If you want to use this plugin with QGIS Deployment Toolbelt (QDT), you can add the following snippet to your profile.json file, under the plugins attribute:

{
    "folder_name": "qgis_plugin_templater_test_github",
    "name": "qgis_plugin_templater_test_github",
    "official_repository": true,
    "plugin_id": null,
    "version": "unreleased"
}

Remember to replace the version attribute with the version you want to install.## Beta versions released

Enable experimental extensions in the QGIS plugins manager settings panel.

Earlier development version

If you define yourself as early adopter or a tester and can’t wait for the release, the plugin is automatically packaged for each commit to main, so you can use this address as repository URL in your QGIS extensions manager settings:

https://github.com/Guts/test-qgis-plugin-templater/pages/plugins.xml

Be careful, this version can be unstable.