Mirror of the app/ folder from the abap2UI5 project.
Run the sync script from the repo root:
npm run cloneThis clones abap2UI5/abap2UI5, replaces the local app/ folder with its contents, and leaves any changes unstaged for you to review and commit.
SOURCE_REPO=https://github.com/abap2UI5/abap2UI5.git \
SOURCE_BRANCH=main \
npm run clone