This repository contains a scaffold of an OpenRefine extension, which you can use as a basis to write your own. See our guide to writing extensions for more information about the process.
To start your own extension, click the "Use this template" button in the top right corner of this page. This will create a copy of this repository, where you can then change:
- The extension name and description in
module/MOD-INF/module.properties
- The
groupId
,artifactId
,name
anddescription
fields inpom.xml
- Edit this
README.md
file to describe your extension to potential users and contributors instead of the sample extension's own instructions