Skip to content

Instantly share code, notes, and snippets.

@concosminx
Created June 9, 2025 08:37
Show Gist options
  • Save concosminx/e914834195194e11c015cea832a0991c to your computer and use it in GitHub Desktop.
Save concosminx/e914834195194e11c015cea832a0991c to your computer and use it in GitHub Desktop.
Easy UI5 Generator

Download and Installation

# install the generator 

npm install -g yo generator-easy-ui5

# verify your installation

yo

Bootstrapping a new UI5 project

# scaffold your UI5 project 

yo easy-ui5 project

# run it locally 

cd <your project directory>
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment