1.1.9 • Published 1 year ago

@sap/ui5-builder-webide-extension v1.1.9

Weekly downloads
13,916
License
ISC
Repository
-
Last release
1 year ago

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.

1.1.9

1 year ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.0

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.1

4 years ago

1.0.2

4 years ago

1.0.11

4 years ago

1.0.4

4 years ago

1.0.5

4 years ago

1.0.8

4 years ago