Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 330 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (9 loc) · 330 Bytes

Development

Setup

  • Install dependencies: npm install
  • Generate latest client based on OpenAPI spec:
    • Install OpenAPI Generator, for macOS: brew install openapi-generator
    • Run npm run generate
  • Run tests: npm test

Publishing

Run the "Publish" GitHub Actions workflow