Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 618 Bytes

File metadata and controls

26 lines (23 loc) · 618 Bytes

Contributing

Setup

  1. Install the Dart SDK (^3.8.0).
  2. Activate Melos:
    dart pub global activate melos
  3. Bootstrap the workspace:
    melos bootstrap

Development

  • Testing: melos run test
  • Linting: melos run analyze
  • Formatting: dart format .
  • Code Generation: Run dart run build_runner build in packages that use it (e.g. genkit).

Requirements

  • All tests must pass.
  • Code must be formatted and lint-free.
  • New files must include license headers. Run:
    dart run tools/apply_license.dart