1.0.0 • Published 4 years ago

actbase-cli v1.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

actbase-cli

React, React-Native Framework인 Actbase의 도움을 주는 CLI입니다.

해당 CLI를 통해 boilerplate 및 i18n설정을 할 수 있습니다.

$ npm i -g actbase-cli

프로젝트 시작하기 (공통)

$ actbase init [Project name]

언어팩 생성하기 (공통)

언어팩은 xls, csv, Google Spreadsheet 를 지원합니다.

Google Spreadsheet를 사용하려면 하단의 URL을 참고하세요.

https://www.freecodecamp.org/news/cjn-google-sheets-as-json-endpoint/

$ actbase i18n

코드푸시 반영하기 (React-Native Only)

appcenter의 코드푸시를 자동으로 설정해 줍니다.

우선 package.json에 설정이 되어있어야 합니다.

{
  "name": "testname",
  "version": "0.0.1",
  "private": true,
  "appcenter_ios": "[ios appcenter key (ex : org/name) ]",
  "appcenter_and": "[android appcenter key (ex : org/name) ]",
}
$ actbase codepush

이후 셋팅이 완료되면 간단하게 npm run codepush-ios / npm run codepush-and 를 통해 코드푸시 처리를 할 수 있습니다.

1.0.0

4 years ago

0.1.4

4 years ago

0.0.28

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago