RubyGems Navigation menu

switch-cli 0.0.8

Switch helps you add multiple languages to your site by leveraging the power of google spreadsheets. It is a commandline tool providing you with an easy way to automate the process and avoid common mistakes. The most common use case of switch is for switching between a locale representation in JSON/YAML to a CSV (spreadsheet) based one and vice-versa. # Install ``` gem install switch-cli ``` # Usage ``` switch json2csv [input-dir] [output-file] ``` Converts multiple json files to be a single csv file with columns for each file, with the file name as the column header. If you do not specify an input-dir it will be taken as ./locales and output-file would be the direcotry name + .csv. ``` switch csv2json [input-file] [output-dir] ``` Converts a single csv file into multiple json files, with a file for each column using the key and order columns to construct the files.

Gemfile:
=

install:
=

Versions:

  1. 0.0.8 August 25, 2016 (8 KB)
  2. 0.0.7 May 26, 2016 (8 KB)
  3. 0.0.5 May 21, 2016 (8 KB)
  4. 0.0.3 April 15, 2016 (8 KB)
  5. 0.0.2 January 20, 2016 (8 KB)
Show all versions (8 total)

Runtime Dependencies (4):

deep_merge ~> 1.0
dotenv ~> 2.0
google_drive ~> 1.0
launchy ~> 2.4

Development Dependencies (2):

pry ~> 0.9.12
rspec ~> 3.4

Owners:

Authors:

  • Michael Yagudaev

SHA 256 checksum:

=

Total downloads 14,181

For this version 3,087

Version Released:

License:

MIT

Required Ruby Version: >= 0

Links: