Socket
Socket
Sign inDemoInstall

@sap/ui5-builder-webide-extension

Package Overview
Dependencies
182
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
27K
increased by9.8%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 23 Nov 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc