-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md + remove unused parameters
- Loading branch information
Showing
5 changed files
with
26 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
# `oslo-generator-json-webuniversum` | ||
# `oslo-generator-json-webuniversum` `OSLO JSON Webuniversum Generator | ||
|
||
> TODO: description | ||
> This package transforms an OSLO JSON-LD file into a JSON configuration file which will be used by the Nuxt.JS Service to render vocabularies and application profiles | ||
## Usage | ||
## Install | ||
|
||
```bash | ||
npm install @oslo-flanders/json-webuniversum-generator | ||
``` | ||
const osloGeneratorJsonWebuniversum = require('oslo-generator-json-webuniversum'); | ||
|
||
// TODO: DEMONSTRATE API | ||
## Global install | ||
|
||
```bash | ||
npm install -g @oslo-flanders/json-webuniversum-generator | ||
``` | ||
|
||
## API | ||
|
||
The service is executed from the CLI and expects the following parameters: | ||
| Parameter | Description | Required | Possible values | | ||
| ---------- | ----------------------------------------------------------- | --------------------------------- | --------------- | | ||
| `--input` | The URL or local file path of an OSLO stakeholders csv file |:heavy_check_mark: | | | ||
| `--output` | Name of the output file | No, default `webuniversum-config.json` | | | ||
| `--language` | The language in which the config must be generated | :heavy_check_mark: | | | ||
|
||
## Usage | ||
```bash | ||
oslo-webuniversum-json-generator --input report.jsonld --language nl | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters