🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@sap-devx/inquirer-gui-label-plugin

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/inquirer-gui-label-plugin

Label plugin for inquirer-gui

latest
Source
npmnpm
Version
3.4.8
Version published
Maintainers
4
Created
Source

Label Plugin for Inquirer-gui

This plugin presents a label (read-only).

Inquirer-gui Label

Installation

npm install --save @sap-devx/inquirer-gui-label-plugin

Usage

  • The guiOptions type property of the Inquirer.js question must be of type label.
  • You must provide a default value or implement default function.
  • Note that if your question is an Inquirer.js question or part of a Yeoman generator and the question is shown in a command-line interface (CLI), the input type will be shown instead

Sample Question

{
    type: "input",
    guiOptions: {
      type: "label"
    },
    name: "label_example",
    message: "Label-Plugin",
    default: '<p style="color:green">Default value for <a href="https://github.com/SAP/inquirer-gui/tree/master/label-plugin">Label-Plugin</a> with html tags.</p>'
}

FAQs

Package last updated on 08 Dec 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