Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 839 Bytes

File metadata and controls

21 lines (15 loc) · 839 Bytes

This project is open source and developed alongside other projects or during free time. Contributions are greatly appreciated!

Check out the contribution guidelines here.

Working in this repository

Everything specific to it — the package scheme, what each package needs from the system, the generated one-package branches, and the conventions a sample follows — is in AGENTS.md. It is written for agents and for people; read it before changing anything under src/.

The short version:

npm ci
npm run check        # abaplint + abap2UI5-linter + the overview check

npm run check is what CI runs. Work on main; the nine package branches are generated and force-pushed from it, so anything committed there is lost at the next build.