Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 531 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (10 loc) · 531 Bytes

Development

Setup

  • Install dependencies: bundle
  • Install OpenAPI Generator (on macOS: brew install openapi-generator)
  • Run tests: bundle exec rake spec or rspec

Generating

Run bundle exec rake generate. This will generate the API client from the latest OpenAPI spec. Once generated, you should open a PR and merge the changes.

Publishing

Run the "Publish" GitHub Actions workflow

Note: Use the Publish workflow to bump the version number in lib/ynab/version.rb