New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oslo-flanders/metadata-generator

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslo-flanders/metadata-generator

A metedata genertion script specifically to be used by the OSLO-toolchain

  • 0.0.10-alpha.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

metadata-generator

A metadata generation script specifically to be used by the OSLO-toolchain

Installation

npm install @oslo-flanders/metadata-generator

Global installation

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

npm install -g @oslo-flanders/metadata-generator

API

The service is executed from the CLI and expects the following parameters:

ParameterDescriptionRequiredPossible values
--hostname, -hThe public hostname/domain on which the HTML is published. The hostname in the input file takes precedence.:heavy_check_mark:
--documentpath, -rThe document path on which the HTML is published:heavy_check_mark:
--mainlanguage, -mThe language to display (a language code string):heavy_check_mark:
--primarylanguage, -gThe primary language of the publication environment (a language code string):heavy_check_mark:
--uridomain, -uThe domain of the URIs that should be excluded from this vocabulary:heavy_check_mark:
--input, -iInput file:heavy_check_mark:
--output, -oOutput file (the metadata file):heavy_check_mark:
--prefix, -pPrefix for the loggingNo

Usage

metadata-generator --input input.json --output output.json --mainlanguage nl --prefix "[INFO] "
metadata-generator -h example.com -r /docs -i input.json -o output.json -m nl -g nl -u example.com -p "[INFO] "

FAQs

Package last updated on 20 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc