@koumoul/ademe-rge v0.11.6
ADEME RGE processing script
Generates an historical file from data from qualification organisms
Running tests
Install dependencies:
npm installCreate a config/local-test.js file with the same structure as config/default.js but with filled values.
Then run the test suite:
npm testRelease
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 --tagsTo publish a test version, use prerelease versioning with a "test" npm tag:
# new prerelease
npm version preminor --preid=beta
# increment prerelease
npm version prerelease --preid=beta
npm publish --tag=test
git push && git push --tags6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago