First, install Yeoman and generator-ui5-add using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-ui5-add
Then generate your new project:
yo ui5-add
The data for the yeoman generator is pulled from the bestOfUI5 website. Currently the following are supported, while others might come in the future depending on interest. The idea is all data is coming from bestofui5.
- Middleware extensions
- Tasks extensions
- Tooling extensions
- Custom controls
- Custom Libraries
- Framework
- VSCode extensions
Apache-2.0 © Jakob Kjaer