Last updated:
0 purchases
poeditor cli
poeditor_cli #
Getting Started 🚀 #
Activate globally via:
dart pub global activate poeditor_cli
copied to clipboard
Or locally via:
dart pub global activate --source=path <path to this package>
copied to clipboard
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
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.