poeditor_cli 0.0.1
poeditor_cli: ^0.0.1 copied to clipboard
A CLI for downloading and updating terms/localizations in a POEDitor project.
poeditor_cli #
Getting Started 🚀 #
If the CLI application is available on pub, activate globally via:
dart pub global activate poeditor_cli
Or locally via:
dart pub global activate --source=path <path to this package>
Usage #
# Initialize POEditor project
$ poeditor_cli init
# Download and overwrite local language files with terms and translations from POEditor project
$ poeditor_cli pull
# Push new terms added locally to POEditor project
$ poeditor_cli push