This is a command line interface for OpenUI5 applications.
- NPM
- OpenUI5
- Grunt (optional)
- Download the sources to the desired folder.
- run
npm install -g
- Run
ui5 initand follow the instructions to initialize a new UI5 application. - Run
ui5 add <name>to add a new controller and a new view - Run
ui5 add -c <name>to add only a new controller - Run
ui5 add -v <name>to add only a new view
To make your app deployable to an existing SAP instance, use the generated Grunt file by running grunt. Grunt will generate all required additional and precompiled files and write them to the dist directory.
MIT