ui5-community / generator-ui5-ts-app

Generator for UI5 applications using TypeScript which use the official UI5 tooling. This generator was built as a plug-in for the community project Easy UI5 by SAP.
Apache License 2.0
19 stars 15 forks source link

feat: add prompt for git repo initialization #16

Closed dfenerski closed 1 year ago

dfenerski commented 1 year ago

This PR is created as a result of the discussion in 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).