accent_cli_dart library
Accent CLI for Dart
A Dart implementation of accent-cli for managing translations with Accent
Classes
- AccentCli
- Main class for the Accent CLI application
- BaseCommand
- Base class for all Accent CLI commands
- CommandArgument
- Class representing command line arguments
- Config
- Configuration for the accent-cli
- DocumentEntity
- Represents a document in an Accent project
- DocumentOperations
- Class representing operations that can be performed on documents
- DocumentPathTarget
- Class representing a document path target
- ExportCommand
- Command to export files from Accent
- FileConfig
- Configuration for a file in the accent-cli
- HooksConfig
- Configuration for hooks in the accent-cli
- JiptCommand
- Command to export JIPT (Just-in-place-translation) files from Accent
- Language
- Represents a language in Accent
- Project
- Represents a project in Accent
- Revision
- Represents a revision in Accent
- StatsCommand
- Command to display statistics from Accent
- SyncCommand
- Command to sync files with Accent
- Version
- Represents a version in Accent
Enums
- Hook
- Enum representing available hook types
Extensions
- ArgParserExtension on ArgParser
- Extension on ArgParser to add argument support
- HookExtension on Hook
- Extension on Hook enum to provide string conversion