1.0.21 • Published 1 year ago

@redso/relation v1.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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
1.0.19

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago