1.0.4 • Published 11 months ago

@oslo-flanders/html-generator v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

OSLO HTML Generator

Given an OSLO Webuniversum JSON file, this tool generates an HTML file with the HTML layout

Install

npm install @oslo-flanders/html-generator

Global install

To use the service from the command line anywhere, you can install it globally.

npm install -g @oslo-flanders/html-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-webuniversum config | :heavy_check_mark: || | --output | The name of the output file | No, defaults to index.html || | --stakeholders | The URL or local file path to the stakeholders json | :heavy_check_mark: || | --metadata | The URL or local file path of the metadata config file | :heavy_check_mark: || | --specificationType | The type of specification | No, defaults to Vocabulary | ApplicationProfile or Vocabulary| | --specificationName | Title of the document | No || | --language | The language in which the HTML file must be generated (labels) | :heavy_check_mark: || | --silent | Suppress log messages | No | true or false (default) | | --templates | path to local folder containing different templates that can be used for extending the root template | | | | --rootTemplate | Use a different template other than the default ones (ap2.j2 and voc2.j2) | No | |

Sidenote

For the application profile from OSLO we use a function to generate our anchor tags. The anchor tags are formed based on the available label of each entity and/or the available label of the property. If the label is not available, we use the URI of the entity or property. The final result gets encoded using the encodeURIComponent function. The function can be found here.

Usage

oslo-generator-html --input webuniversum-config.json --language nl --stakeholders stakeholders.json --metadata metadata.json
oslo-generator-html --input webuniversum-config.json --language nl --specificationType ApplicationProfile --specificationName "OSLO-Verkeersmetingen" --stakeholders stakeholders.json --metadata metadata.json
oslo-generator-html --input webuniversum-config.json --language nl --specificationType ApplicationProfile --specificationName "OSLO-Verkeersmetingen" --stakeholders stakeholders.json --metadata metadata.json
oslo-generator-html --input ./webuniversum-config.json --language nl --stakeholders ./stakeholders.json --metadata ./metadata.json --specificationName "OSLO-verkeersmetingen" --specificationType Vocabulary --templates ./templates --rootTemplate vrachtwagenParkeren-voc.njk
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.34-alpha.0

1 year ago

1.0.4

11 months ago

1.0.3

1 year ago

0.0.27-alpha.0

1 year ago

0.0.30-alpha.0

1 year ago

0.0.31-alpha.0

1 year ago

0.0.26-alpha.0

1 year ago

0.0.32-alpha.0

1 year ago

0.0.25-alpha.0

1 year ago

0.0.28-alpha.0

1 year ago

0.0.29-alpha.0

1 year ago

0.0.23-alpha.0

1 year ago

0.0.22-alpha.0

2 years ago

0.0.21-alpha.0

2 years ago

0.0.19-alpha.0

2 years ago

0.0.17-alpha.0

2 years ago

0.0.18-alpha.0

2 years ago

0.0.20-alpha.0

2 years ago

0.0.15-alpha.0

2 years ago

0.0.16-alpha.0

2 years ago

0.0.14-alpha.0

2 years ago

0.0.13-alpha.0

2 years ago

0.0.12-alpha.0

2 years ago

0.0.11-alpha.0

2 years ago

0.0.10-alpha.0

2 years ago

0.0.9-alpha.0

2 years ago

0.0.8-alpha.0

2 years ago

0.0.7-alpha.0

2 years ago

0.0.6-alpha.0

2 years ago

0.0.5-alpha.0

2 years ago

0.0.4-alpha.0

2 years ago

0.0.3-alpha.0

2 years ago

0.0.2-alpha.0

2 years ago

0.0.1-alpha.0

2 years ago