https://github.com/abap2ui5/abap2ui5-build
Build of abap2UI5
https://github.com/abap2ui5/abap2ui5-build
Last synced: about 1 month ago
JSON representation
Build of abap2UI5
- Host: GitHub
- URL: https://github.com/abap2ui5/abap2ui5-build
- Owner: abap2UI5
- License: mit
- Created: 2025-02-21T22:57:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T15:02:20.000Z (4 months ago)
- Last Synced: 2025-03-04T16:20:29.848Z (4 months ago)
- Language: ABAP
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abap2UI5-build
Namespace: `zabap2ui5`
| Branch | Status |
|-----------| ---------------------------|
| cloud |  |
| cloud+addons |  |
| | |
| 750 |  |
| 750+frontend |  |
| 750+frontend+addons |  |
| | |
| 702 |  |### Process
1. Create a new build:
```sh
git clone https://github.com/abap2UI5/builder
cd builder
npm i# choose the setup folder you need
rm -rf setup/*
cp -r ../setup/cloud/* setup
npm run build
```2. Save it as a new branch:
```sh
# make sure you are in the root folder
cp -r builder/dist/* ../..
rm -rf builder
git checkout -b cloud
git add .
git commit -m "my new build"
git push origin cloud --force```