1.0.18 • Published 2 years ago

@redso/relation v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Kiwis

keep innumerable words in sync

Kiwis is a cli tool to help sync spreadsheet to different project format

Features

  • Migrate from old config file npx kiwis migrate
  • Watch spreadsheet (need enable google sheet plugin) npx kiwis watch
  • Open spreadsheet via command line npx kiwis open

installation

npm install -g @redso/kiwis

spreadsheet:
  id: sheet id
  gid: gid
outputs:
  - path: app/src/main/res/values/strings.xml
    locale: zh-Hant
    format: android-xml
  - path: app/src/main/res/values/strings.kt
    locale: zh-Hant
    package: hk.com.redso.app
    format: android-kotlin
  - path: app/src/main/res/values/strings.h
    locale: zh-Hant
    format: ios-header
  - path: app/src/main/res/values/strings.strings
    locale: zh-Hant
    format: ios-strings
  - path: app/src/main/res/values/strings.swift
    locale: zh-Hant
    format: ios-swift
  - path: app/src/main/res/values/strings.js
    locale: zh-Hant
    format: es6
  - path: app/src/main/res/values/strings.json
    locale: zh-Hant
    format: json
  - path: app/src/main/res/values/strings2.json
    locale: zh-Hant
  - path: app/en.json
    locale: en
  - path: app/zh.json
    locale: zh