🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@oslo-flanders/html-generator

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslo-flanders/html-generator

Generates an HTML file using an OSLO webuniversum config

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
3
Created
Source

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:

ParameterDescriptionRequiredPossible values
--inputThe URL or local file path of an OSLO-webuniversum config:heavy_check_mark:
--outputThe name of the output fileNo, defaults to index.html
--stakeholdersThe URL or local file path to the stakeholders json:heavy_check_mark:
--metadataThe URL or local file path of the metadata config file:heavy_check_mark:
--specificationTypeThe type of specificationNo, defaults to VocabularyApplicationProfile or Vocabulary
--specificationNameTitle of the documentNo
--languageThe language in which the HTML file must be generated (labels):heavy_check_mark:
--silentSuppress log messagesNotrue or false (default)
--templatespath to local folder containing different templates that can be used for extending the root template
--rootTemplateUse 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

FAQs

Package last updated on 02 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts