Update mobile app docs and add gen:all Melos script

Revised the main README to clarify the mobile app structure and added a detailed README for the mobile apps. Introduced a new 'gen:all' script in Melos to run both localization and build_runner generation, and updated the info script to reflect this addition.
This commit is contained in:
Achintha Isuru
2026-01-22 12:06:07 -05:00
parent 5bc5530540
commit d456bf9dc9
3 changed files with 78 additions and 2 deletions

View File

@@ -27,9 +27,16 @@ scripts:
echo " CODE GENERATION:"
echo " - melos run gen:l10n : Generate Slang l10n"
echo " - melos run gen:build : Run build_runner"
echo " - melos run gen:all : Run l10n and build_runner"
echo "============================================================"
description: "Display information about available custom Melos commands."
gen:all:
run: |
melos run gen:l10n
melos run gen:build
description: "Run both localization and build_runner generation across all packages."
gen:l10n:
exec: dart run slang
description: "Generate localization files using Slang across all packages."