0.0.23-alpha.0 • Published 9 months ago

@oslo-flanders/html-generator v0.0.23-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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 | |

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
0.0.23-alpha.0

9 months ago

0.0.22-alpha.0

10 months ago

0.0.21-alpha.0

10 months ago

0.0.19-alpha.0

10 months ago

0.0.17-alpha.0

10 months ago

0.0.18-alpha.0

10 months ago

0.0.20-alpha.0

10 months ago

0.0.15-alpha.0

10 months ago

0.0.16-alpha.0

10 months ago

0.0.14-alpha.0

11 months ago

0.0.13-alpha.0

11 months ago

0.0.12-alpha.0

11 months ago

0.0.11-alpha.0

12 months ago

0.0.10-alpha.0

12 months ago

0.0.9-alpha.0

12 months ago

0.0.8-alpha.0

12 months ago

0.0.7-alpha.0

12 months ago

0.0.6-alpha.0

12 months ago

0.0.5-alpha.0

12 months ago

0.0.4-alpha.0

12 months ago

0.0.3-alpha.0

12 months ago

0.0.2-alpha.0

12 months ago

0.0.1-alpha.0

12 months ago