
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@oslo-flanders/html-generator
Advanced tools
Generates an HTML file using an OSLO webuniversum config
OSLO HTML Generator
Given an OSLO Webuniversum JSON file, this tool generates an HTML file with the HTML layout
npm install @oslo-flanders/html-generator
To use the service from the command line anywhere, you can install it globally.
npm install -g @oslo-flanders/html-generator
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 |
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.
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
Generates an HTML file using an OSLO webuniversum config
We found that @oslo-flanders/html-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.