ui5-community / generator-ui5-project

Generator for UI5-based web-apps which use the official UI5 tooling and support multiple deployment targets such as the SAP Business Technology Platform
Apache License 2.0
33 stars 25 forks source link

Being composable from other generators. 2nd Try #8

Closed dh4rry closed 3 years ago

dh4rry commented 3 years ago

Fix Issue #5 Being composable from other generators:

Subgenerators newwebapp, newmodel and newview are now using options in case there are no attributes in the config (which is scoped by the generator and could not be set via an external generator). Also renamed option "namespace" to "namespaceUI5", because the option namespace is already used by the yeoman framework.

IObert commented 3 years ago

Thanks a lot!