Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 442 Bytes

DEVELOPMENT.md

File metadata and controls

15 lines (10 loc) · 442 Bytes

Development

Setup

  • Install dependencies: bundle
  • Generate latest client based on OpenAPI spec:
    • Install OpenAPI Generator, for macOS: brew install openapi-generator
    • Run bundle exec rake generate
  • Run tests: bundle exec rake spec or rspec

Publishing

Run the "Publish" GitHub Actions workflow

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