poeditor_cli 0.1.5 copy "poeditor_cli: ^0.1.5" to clipboard
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

1
likes
130
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI for downloading and updating terms/localizations in a POEDitor project.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, cli_completion, collection, http, mason_logger, path, pub_updater, yaml

More

Packages that depend on poeditor_cli