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
Libraries
- poeditor_cli
- poeditor_cli, A Very Good Project created by Very Good CLI.