An open API service indexing awesome lists of open source software.

https://github.com/francois2metz/phrase-docker

Run phrase cli in a docker container.
https://github.com/francois2metz/phrase-docker

docker phrase

Last synced: 3 months ago
JSON representation

Run phrase cli in a docker container.

Awesome Lists containing this project

README

          

# Phrase docker

Run [phrase cli][cli] in a docker container.

## Usage

Initialize and configure your project:

docker run --rm --tty --interactive --volume $(pwd):/code --workdir /code ghcr.io/francois2metz/phrase init

Pull translations from phraseapp to your project:

docker run --rm --tty --interactive --volume $(pwd):/code --workdir /code ghcr.io/francois2metz/phrase pull

See more examples on the [CLI readme][readme].

[cli]: https://github.com/phrase/phrase-cli
[readme]: https://github.com/phrase/phrase-cli/blob/master/README.md