Skip to content

Commit 8d85f17

Browse files
authored
Update README.md
1 parent 7cb3db8 commit 8d85f17

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
1-
# PluginExporter
1+
# Plugin Exporter
22
A QGIS plugin for exporting plugins
3+
4+
## Description
5+
6+
Plugin Exporter is a QGIS plugin that can export installed plugins into a .csv or .json file. The user can export all the installed plugins or select the plugins they want to export.
7+
Plugin Exporter can also use the generated file to install the plugins back in QGIS.
8+
9+
## Getting Started
10+
11+
### Dependencies
12+
13+
* QGIS 3.28 or above (I did not test the plugin with older versions).
14+
15+
### Installing
16+
I am planning on releasing the plugin in the official QGIS repo soon. In the meantime, please use my custom repository.
17+
* In the QGIS plugin manager, click on settings
18+
* Add the following URL: https://scriptbash.github.io/plugins.xml
19+
* Search for "Plugin Exporter" in the "all" menu
20+
* Click on install
21+
22+
### How to use Plugin Exporter
23+
#### Export plugins
24+
* Click on the "Plugins" menu
25+
* Select "Plugin Exporter" and click on "Export plugins"
26+
* You can then select which plugins to export
27+
* Select a format (.csv or .json)
28+
* Select an output file and click on "OK"
29+
* The plugin will export the plugins
30+
31+
#### Import plugins
32+
* Click on the "Plugins" menu
33+
* Select "Plugin Exporter" and click on "Export plugins"
34+
* Select the "Import" option
35+
* Select a file to import and click on "OK"
36+
* The plugin will install the plugins and by default will skip those already installed
37+
38+
## Help
39+
40+
If you have an issue, a feature request or feedback, please let me know by opening an issue here : https://github.com/Scriptbash/PluginExporter/issues

0 commit comments

Comments
 (0)