https://github.com/data-fair/processing-hello-world
Minimal plugin for data-fair-processings. Create one-line datasets on demand.
https://github.com/data-fair/processing-hello-world
Last synced: 4 months ago
JSON representation
Minimal plugin for data-fair-processings. Create one-line datasets on demand.
- Host: GitHub
- URL: https://github.com/data-fair/processing-hello-world
- Owner: data-fair
- License: mit
- Created: 2021-01-27T13:34:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T09:38:28.000Z (about 1 year ago)
- Last Synced: 2025-10-30T08:11:38.120Z (8 months ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-fair/processing-hello-world
Minimal plugin for data-fair/processings. Create one-line datasets on demand.
## Release
Processing plugins are fetched from the npm registry with a filter on keyword "data-fair-processings-plugin". So publishing a plugin is as simple as publishing the npm package:
```
npm version minor
npm publish
git push && git push --tags
```
To publish a test version, use prerelease versioning with a "test" npm tag:
```
npm version preminor --preid=beta
npm publish --tag=test
git push && git push --tags
```