Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@ For use with latest https://github.com/abaplint/transpiler
- To ensure the stuff works you need to have [nodejs](https://nodejs.org) installed
- run `npm install`
- run `npm test` (please beware that tests must pass for PR to be accepted)
- to add new functionality please cover it with unit tests appropriately

## Add-ons

* [open-abap-gui](https://github.com/open-abap/open-abap-gui) SAP GUI related classes/functionality
* [open-abap-odata](https://github.com/open-abap/open-abap-odata) OData/Gateway shims
* [open-abap-bal](https://github.com/open-abap/open-abap-bal) BAL logging
* [shims-rfc](https://github.com/open-abap/shims-rfc) Shims for tRFC + qRFC + bgRFC
- to add new functionality please cover it with unit tests