Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap/ui5-builder-webide-extension

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/ui5-builder-webide-extension

The SAP Web IDE extension for the UI5 builder provides custom tasks which are not part of the standard UI5 builder. The tasks can be added to the application or library project as custom tasks.

  • 1.1.9
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ui5-builder-webide-extension

The SAP Web IDE extension for the UI5 builder provides custom tasks which are not part of the standard UI5 builder. The tasks can be added to the application or library project as custom tasks.

Usage

First of all, declare the dependency to this project in the package.json of the application or library:

  "dependencies": {
    "ui5-builder-webide-extension": "^1.0.0"
  },

As of today, the custom tasks need to be added to the dependencies section rather than to the devDependencies section.

Now, you can add the custom tasks to the ui5.yaml of the application or library:

specVersion: '1.0'
metadata:
  name: my-app
type: application
builder:
    customTasks:
    - name: simpleTask
      afterTask: replaceVersion
    - name: otherTask
      afterTask: simpleTask

The simpleTask will be added after the replaceVersion and the otherTask will be executed after the simpleTask.

FAQs

Package last updated on 23 Nov 2022

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