/OpenRefine-testing-extension

Just testing setup for OpenRefine extension

Primary LanguageJavaScriptMIT LicenseMIT

OpenRefine-testing-extension

Build Status GitHub All Releases License

Just testing setup for OpenRefine extension

Installation

Distribution ZIP files are located at releases page.

Just download it and unzip into the extensions folder in your OpenRefine instance, for more information visit OpenRefine - Installing Extensions.

Development

You are required to have Maven installed with other necessary tools for building Java:

$ mvn clean compile

To create a ZIP file, run:

$ mvn package assembly:single

After issuing these commands, prepared ZIP file should be located in target directory according to Maven output.

License

This project is licensed under MIT license - see the LICENSE file for more information.