Skip to content
Peter Muessig edited this page Mar 23, 2020 · 3 revisions

ui5-ecosystem-showcase

This repository is showcasing the UI5 Tooling extensibility capabilities. You can easily extend the UI5 Tooling with your own tasks or middlewares. This doesn't necessarily need to happen in this repository and everyone can develop and share his own tasks and middleware via npm. Regarding npm, please prefix the name of all tasks with ui5-task- and all middlewares with ui5-middleware-. This will help UI5 developers to easily find tasks and middlewares created and shared by the UI5 community.

Available Community Tasks

The following tasks (know to this page) have been created and are available in the public NPM registry:

There might be more tasks in the public NPM registry. You can find all tasks which applied the suggested naming convention here.

Available Community Middlewares

The following middlewares (know to this page) have been created and are available in the public NPM registry:

There might be more middlewares in the public NPM registry. You can find all middlewares which applied the suggested naming convention here.

Clone this wiki locally