You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a skeleton of OpenRefine extension for Wikimedia Commons, in the form of an independent Maven project.
5
+
It works with OpenRefine 3.6+.
6
+
7
+
8
+
Building it
9
+
-----------
10
+
11
+
Run
12
+
```
13
+
mvn package
14
+
```
15
+
16
+
This creates a zip file in the `target` folder, which can then be [installed in OpenRefine](https://docs.openrefine.org/manual/installing#installing-extensions).
17
+
18
+
Developing it
19
+
-------------
20
+
21
+
To avoid having to unzip the extension in the corresponding directory every time you want to test it, you can also use another set up: simply create a symbolic link from your extensions folder in OpenRefine to the local copy of this repository.
22
+
You will still need to restart OpenRefine every time you make changes.
0 commit comments