Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openrefine/sample-extension
Example extension provided for demonstration purposes
https://github.com/openrefine/sample-extension
Last synced: about 2 months ago
JSON representation
Example extension provided for demonstration purposes
- Host: GitHub
- URL: https://github.com/openrefine/sample-extension
- Owner: OpenRefine
- License: bsd-3-clause
- Created: 2024-04-24T14:25:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-23T15:55:48.000Z (4 months ago)
- Last Synced: 2024-08-23T19:05:30.254Z (4 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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](https://openrefine.org/docs/technical-reference/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