Skip to content

Command line interface for OpenUI5 applications creation

Notifications You must be signed in to change notification settings

gehrmanng/ui5-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI5-CLI

This is a command line interface for OpenUI5 applications.

Requirements

  • NPM
  • OpenUI5
  • Grunt (optional)

Installation

  1. Download the sources to the desired folder.
  2. run npm install -g

Usage

  • Run ui5 init and 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

Deployment

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.

License

MIT

About

Command line interface for OpenUI5 applications creation

Resources

Stars

Watchers

Forks

Packages

No packages published