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

feat: add prompt for git repo initialization #54

Closed matseee closed 1 year ago

matseee commented 1 year ago

https://github.com/SAP/generator-easy-ui5/issues/109

A confirm option with the name initrepo is added to the prompts array and in the end function git initialization steps are only performed if this.config.initrepo is true (the default value).

credits: dfenerski

petermuessig commented 1 year ago

LGTM