SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
230 stars 72 forks source link

feat: allow to run easy-ui5 embedded #99

Closed petermuessig closed 2 years ago

petermuessig commented 2 years ago

I am about to publish the npm init wrapper for Easy-UI5: https://github.com/ui5-community/create-easy-ui5

Then you can either use a binary command:

easy-ui5 ts-app

or the npm init command:

npm init easy-ui5 ts-app

A bit of an easier consumption... ;-)

vobu commented 2 years ago

one step close to ui5 create 😸