Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.54 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.54 KB

Generator for SAPUI5 Fiori Launchpad Plugin

Generator for UI5 Fiori Launchpad Plugin using UI5 Tooling. (based on the Easy UI5 Generator)
Includes

  • Fiori Launchpad Plugin Component
  • Shell Extension Code Samples
  • Opa5 Test enabled

Usage with easy-ui5

$> npm i -g yo
$> yo easy-ui5 flp-plugin

     _-----_
    |       |    ╭──────────────────────────╮
    |--(o)--|    │  Welcome to the easy-ui5 │
   `---------´   │        generator!
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

Run you can use npm start (or yarn start) to start the local server for development.

Standalone usage

Note the different greeting when the generator starts.

$> npm i -g yo
$> yo ./generator-ui5-project

     _-----_     ╭──────────────────────────╮
    |       |    │      Welcome to the      │
    |--(o)--|    │    generator-flp-plugin  │
   `---------´   │        generator!
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

Test Application

npm run test

Support

Please use the GitHub bug tracking system to post questions, bug reports or to create pull requests.