Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 807 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 807 Bytes

Sample OpenRefine extension

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.

Getting started

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 and description fields in pom.xml
  • Edit this README.md file to describe your extension to potential users and contributors instead of the sample extension's own instructions