Project

interpres

0.0
No commit activity in last 3 years
No release in over 3 years
CLI interface to the Interpres server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 0.10

Runtime

~> 0.9
~> 2.2
~> 2.10
 Project Readme

This gem provides CLI support to an Interpres server.

Set up

You've installed the gem: gem install interpres

You have an interpres server, with an app configured.

You've set the proper environmental variables:

export INTERPRES_USER=your_user
export INTERPRES_PASSWORD=your_password
export INTERPRES_TOKEN=your_app_token
export INTERPRES_URL=http://host.domain.tld

Workflow

Gather all the translatable strings from your app:

$ cd my_awesome_app
$ interpush .

It will upload them to the server.

After you're done with the translations:

$ interpull locale

It will download them to the locale directory.