Menu

#5 chore: add a justfile with common dev commands

open
nobody
2026-08-09
2026-08-09
Anonymous
No

Originally created by: Caqil

Add a justfile (or Makefile) with the everyday commands so new contributors don't have to hunt them down:

  • just getflutter pub get
  • just gendart run build_runner build --delete-conflicting-outputs
  • just runflutter run
  • just testflutter test
  • just checkflutter analyze + dart run tool/check_translations.dart

Then mention it in CONTRIBUTING/README. Nice, self-contained first PR.

Discussion


Log in to post a comment.