poeditor_cli 0.1.5
poeditor_cli: ^0.1.5 copied to clipboard
A CLI for downloading and updating terms/localizations in a POEDitor project.
poeditor_cli #
Getting Started 🚀 #
Activate globally via:
dart pub global activate poeditor_cli
Or locally via:
dart pub global activate --source=path <path to this package>
Install the Dart sdk: https://dart.dev/get-dart
Usage #
# Initialize / connect to POEditor project
$ poeditor_cli init
# Download terms and translations from configured POEditor project
$ poeditor_cli pull
# Push new terms added locally to POEditor project
$ poeditor_cli push
# Log diff of remote and local terms
$ poeditor_cli diff