Project

yamlfish

0.0
The project is in a healthy, maintained state
YAMLFish helps developers and product managers with i18n and translation management simply and efficiently.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
~> 1.2
~> 3.1
 Project Readme

YAMLFish CLI

This is the command line interface for YAMLFish, the simple and powerful translation management platform.

Installation

The YAMLFish CLI is available as a Ruby gem. First, make sure you have Ruby installed on your machine. You can follow the official Ruby installation guide for your operating system.

Then, to install the YAMLFish CLI, run:

gem install yamlfish --pre

YAMLFish is still in beta, hence the --pre flag to install the latest RC.

Configuration

Before you can use the YAMLFish CLI, you need to configure it with your API key and project token.

To do this, create a .yamlfish.yml file in your project's root directory with the following content:

api_key: YOUR_API_KEY
project_token: YOUR_PROJECT_TOKEN

Those secrets can be found in the footer of your project's page on YAMLFish.

Usage

For usage instructions, please refer to the official documentation.