From 72053bcda23f58135bc86e4cf4868c3f21a918ce Mon Sep 17 00:00:00 2001 From: Nigel James Date: Mon, 9 Oct 2023 10:02:13 +1100 Subject: [PATCH] added generator list @todo more detail reqd --- CONTRIBUTION.md | 1 + generators.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 1c5a143..de48150 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -3,6 +3,7 @@ Thank you for your interest in contributing to the SAP Community Fiori Generators documentation! This repository documents how to use the SAP Fiori generators as there is only a few blog posts descibing the how-tos. +The intention it to get it to a state that it covers the basic concepts of what each generator creates and move it into the [https://github.com/ui5-community/](https://github.com/ui5-community/) space. Please: 1. Fork diff --git a/generators.md b/generators.md index e69de29..5d3dc37 100644 --- a/generators.md +++ b/generators.md @@ -0,0 +1,68 @@ +# Generators + +## easy-ui5 + +### Options + +1. add-extension + +1. app + +1. control + +1. flp-plugin + +1. library + +1. library-webc + +1. project + +1. ts-app + +1. ts-app-fcl + +1. ts-library + + +## @sap/fiori + +### Options + +1. SAP Fiori + +1.1 Basic + +1.1 Custom Page + +1.1 List Report Page + +1.1 Overview Page + +1.1 Analytical List Page + +1.1 Form Entry Object + +1.1 Page + +1.1 Worklist Page + +2. Deprecated Templates + +---- +from +yo --help +Available Generators: + easy-ui5 + + @sap/fiori + commonlibs + deploy-config + flp-config + headless + open-ux-shared + referencelib + reuseLib + server + tools-suite-common-libs + ux-service-inquirer \ No newline at end of file