WORK IN PROGRESS
Polyglot CLI
Command line utility for create flutter l10n delegate with call chain nodes.
For example context.cart.save, directory with cart name contains save part file.
Install
From source
dart pub global activate --source=path ./
From pub.dev
dart pub global activate polyglot_cli
Commands
- gen - Generate localizations delegate
- import - Import parts from arb files
- init - Init new project
- join - Join parts to arb files
- migrate - Migrate from arb format to yaml
Libraries
- arb_part_dto
- base_command
- cli_helper
- commands/commands
- commands/gen
- commands/import
- commands/init
- commands/join
- commands/migrate
- config
- exceptions/arb_import_exception
- exceptions/exceptions
- features/gen/arb_gen
- features/gen/export_extension
- features/gen/templates/delegate_template
- features/gen/templates/method_impl_template
- features/gen/templates/node_template
- features/import/arb_import
- features/join/arb_join
- runner
- types