Skip to content

abap2UI5/abap2UI5-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abap2UI5-build

Namespace: zabap2ui5

Branch Status
cloud Static Badge
cloud+addons Static Badge
750 Static Badge
750+frontend Static Badge
750+frontend+addons Static Badge
702 Static Badge

Process

  1. Create a new build:
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
  1. Save it as a new branch:
# 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

Releases

No releases published

Packages

No packages published

Languages