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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user