Serpent Daemon
Serpent Daemon is a command-line tool for syncing Flutter project strings with Serpent copywriter service
Serpent is your AI/ GPT powered multilingual copywriter
Installation
You can install Serpent Daemon globally using the Dart package manager:
dart pub global activate serpent_daemon
This command installs Serpent Daemon and makes it available anywhere on your system.
Please note that for the dart pub global activate
command to work, the Dart SDK's bin
directory needs to be in your PATH
. The Dart installer normally takes care of this.
Usage
After installing Serpent Daemon, you can run it using the following command:
serpent sync
This command syncs your Flutter project strings.
Contributing
Contributions are welcome! Please read our contributing guidelines for details.
License
Serpent Daemon is released under the MIT License.
Libraries
- client_api/serpent_api
- client_api/src/api/locales_api
- client_api/src/api/project_api
- client_api/src/api/resources_api
- client_api/src/api/translation_api
- client_api/src/model/localized_text_model
- client_api/src/model/project_model
- client_api/src/model/requests/qa_request_model
- client_api/src/model/requests/suggestions_request_model
- client_api/src/model/requests/translate_locale_request_model
- client_api/src/model/requests/translate_text_request_model
- client_api/src/model/resource_model
- client_api/src/model/resource_type
- client_api/src/model/responses/translate_locale_response
- client_api/src/model/responses/translate_resource_response
- client_api/src/model/suggested_text_model
- client_api/src/model/user_model
- client_api/src/utils/converters/localized_text_converter
- commands/common/download_localizations_usecase
- commands/download/download_command
- commands/exceptions
- commands/sync/internal/create_resources_usecase
- commands/sync/internal/manage_resource_base_usecase
- commands/sync/internal/update_resources_usecase
- commands/sync/internal/upload_files_usecase
- commands/sync/sync_command
- constants
- dependencies
- gen/version.gen
- services/config_manager/config_manager
- services/debug_manager/debug_mamanger
- services/file_manager/file_manager
- services/file_manager/internal/resolve_root_directory_usecase
- services/init/init_manager
- services/init/internal/init_project_usecase
- services/utils/collection_utils
- services/utils/file_utils