Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 844 Bytes

generator-ui5-add

A generator for adding assets to your ui5 project

Installation

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

Good to know

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

License

Apache-2.0 © Jakob Kjaer