
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
generator-easy-ui5
Advanced tools
Easy UI5 (easy-ui5) 💙 is a Yeoman generator which enables you to create simple SAPUI5/OpenUI5-based web-apps and other UI5-related projects within seconds.
This generator has been created to simplify the creation of your UI5 prototypes. Now you can scaffold simple UI5 projects from the shell/terminal of your choice. The current best practices (such as async) are already baked into our templates so you don't have to worry about the definition of the metadata files.
The purpose of the (preinstalled) project generator is to guide you on your first steps with SAPUI5 and SAP BTP deployments. Once you are familiar with those technologies, you might want to tweak the projects to adapt them for productive use-cases (such as continuous deployment pipelines and full i18n).
:warning: Starting with easy-ui5 v3, all templates will be outsource to repositories in the UI5 Community. This project is from now on a shell that will offer all generators hosted on that GitHub org. easy-ui5 will download and install these repositories when needed.
By default, it will download the repository generator-ui5-project which contains the templates that were previously integrated in easy-ui5 < 3.
Install the generator:
npm install -g yo generator-easy-ui5
Verify your installation to see if Yeoman has been installed correctly:
yo
Make sure you see the easy-ui5 generator listed.
Create your first UI5 App within a few seconds!
Scaffold your UI5 project:
yo easy-ui5 project
Answer the prompts to create your new project.
Run it locally:
cd <your project directory>
npm start # or "yarn start"
During the prompting phase, the project generator will ask on which target platform your app should run. Currently, the following options are available:
Have a look at the project generator for more usage instruction and information about its available subgenerators.
And this is just the start!
We made easy-ui5 extensible, so that the entire UI5 Community can build additional plugins to scaffold any UI5-related development activity.
By default, this generator comes with the project generator but there are many others as well:
To download and use any of the plugins above, run the following command:
yo easy-ui5 [project|ts-app|...] # this is the name of the repository without the "generator-ui5-" prefix
Run the following command to see all subgenerators of a given generator:
yo easy-ui5 [project|ts-app|...] --list
Once you decided on the generator, run:
yo easy-ui5 [project|ts-app|...]
If you are running easy-ui5 behind a coporate proxy, just use the default proxy environment variables for Node.js to configure your corporate proxy:
HTTP_PROXY: Specify the value to use as the HTTP proxy for all connections, e.g., HTTP_PROXY="http://proxy.mycompany.com:8080/".HTTPS_PROXY: Specify the value to use as the HTTPS proxy for all connections, e.g., HTTPS_PROXY="http://proxy.mycompany.com:8080/".NO_PROXY: Define the hosts that should bypass the proxy, e.g., NO_PROXY="localhost,.mycompany.com,192.168.6.254:80".In addition, easy-ui5 also supports proxy configuration from the .npmrc configuration:
http-proxy=http://proxy.mycompany.com:8080/
https-proxy=http://proxy.mycompany.com:8080/
proxy=http://proxy.mycompany.com:8080/
no-proxy=localhost,.mycompany.com,192.168.6.254:80
This configuration is shared with npm itself since this proxy configuration is used to download the packages from npm.
Proxies can be passed as env variables or as npm config options. The highest precedence have the GLOBAL_AGENT_* env variables before the regular env variables followed by the npm configuration options, e.g.:
GLOBAL_AGENT_HTTP_PROXYHTTP_PROXYhttp-proxyproxyPlease use the GitHub bug tracking system to post questions, bug reports or to create pull requests.
We welcome any type of contribution (code contributions, pull requests, issues) to this project equally.
Please follow our instructions if you would like to contribute.
3.8.2 (2025-07-23)
FAQs
Generator for UI5-based project
The npm package generator-easy-ui5 receives a total of 219 weekly downloads. As such, generator-easy-ui5 popularity was classified as not popular.
We found that generator-easy-ui5 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.