Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 742 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 742 Bytes

Open World TM SDK for Java - Generators

The generators component for the Open WorldTM SDK for Java.

Generating SDKs

  1. Build the tooling and generator:

    ./mvnw clean install
    
  2. Generate the Sample SDK

    cd openapi
    ../../mvnw exec:java
    
  3. Build the Sample SDK

    cd target/sdk
    ../../../mvnw clean install
    
  4. (Optional) Generate SDK Documentations

    ../../../mvnw dokka:dokka
    

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the Apache License - see the LICENSE file for details.