@oslo-flanders/jsonld-context-generator
Advanced tools
Comparing version 0.0.5-alpha.0 to 0.0.6-alpha.0
{ | ||
"name": "@oslo-flanders/jsonld-context-generator", | ||
"version": "0.0.5-alpha.0", | ||
"version": "0.0.6-alpha.0", | ||
"description": "Generates a JSON-LD context file from an OSLO-compliant RDF file", | ||
@@ -68,3 +68,3 @@ "author": "Digitaal Vlaanderen <https://data.vlaanderen.be/id/organisatie/OVO002949>", | ||
"dependencies": { | ||
"@oslo-flanders/core": "^0.0.6-alpha.0", | ||
"@oslo-flanders/core": "^0.0.7-alpha.0", | ||
"inversify": "^6.0.1", | ||
@@ -79,3 +79,3 @@ "module-alias": "^2.2.3", | ||
}, | ||
"gitHead": "e67c28e85e26ae3a91f03f51d83e8475b03782e7" | ||
"gitHead": "43e75d25ff3b17e6e147ae546d2d8645898e5ffe" | ||
} |
@@ -10,4 +10,10 @@ # `OSLO JSON-LD Context Generator` | ||
## Usage | ||
## Global install | ||
To use the service from the command line anywhere, you can install it globally. | ||
```bash | ||
npm install -g @oslo-flanders/jsonld-context-generator | ||
``` | ||
## API | ||
The service is executed from the CLI and expects the following parameters: | ||
@@ -21,1 +27,7 @@ | Parameter | Description | Required | Possible values | | ||
| `--silent` | Suppress log messages | No | `true` or `false` (default) | | ||
## Usage | ||
```bash | ||
oslo-jsonld-context-generator --input https://data.vlaanderen.be/ns/adres.jsonld --language nl | ||
oslo-jsonld-context-generator --input report.jsonld --language nl | ||
``` |
29901
31
+ Added@oslo-flanders/core@0.0.7-alpha.0(transitive)
- Removed@oslo-flanders/core@0.0.6-alpha.0(transitive)