1.0.0 • Published 4 years ago

csv-url-to-i18n v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

��# csv-url-to-i18n

Generate i18n JSON/JS files from a Google Sheets spreadsheet

Installation

npm

npm install -g csv-url-to-i18n

Usage

Usage: csv-url-to-i18n < csv url with 1 column key name "i18n" > [options]

To customize the options, see the [API section](#api).

## API


Options:
  -b, --beautify <number>     number of spaces to insert white space in JSON/JS files (min: 0, max: 10) (default: 2)
  -p, --path <path>           path of client secret file (default: "./")
  -l, --lang <all | th | en>  lang (default: "all")
  -d, --deep <fasle | true>   boolean of deep key (default: false)
  -h, --help              output usage information