serpent_daemon 0.14.0
serpent_daemon: ^0.14.0 copied to clipboard
A command-line tool for syncing Flutter project strings, facilitating easy management and integration of localization files.
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.