Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 412 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (11 loc) · 412 Bytes

Development

Setup

  • Install Poetry: pip install poetry
  • Install dependencies: poetry install
  • Install OpenAPI Generator (on macOS: brew install openapi-generator)
  • Run tests: poetry run pytest

Generating

  1. Change packageVersion in openapi-generator-config.yaml
  2. Run scripts/generate.sh.

Publishing

Run the "Publish" GitHub Actions workflow.