eol, eqn, erl, ern, errno: add Korean translation (#14219)

This commit is contained in:
HoJeong Im
2024-10-16 16:00:52 +09:00
committed by GitHub
parent 49aa23dbb0
commit 6a9bf39ab2
5 changed files with 109 additions and 0 deletions

32
pages.ko/common/ern.md Normal file
View File

@@ -0,0 +1,32 @@
# ern
> 전극 네이티브 플랫폼 명령줄 클라이언트.
> 더 많은 정보: <https://native.electrode.io/reference/index-6>.
- 새로운 `ern` 애플리케이션(`MiniApp`)을 생성:
`ern create-miniapp {{애플리케이션_이름}}`
- iOS/Android 러너 애플리케이션에서 하나 이상의 `MiniApps`를 실행:
`ern run-{{ios|android}}`
- 전극 네이티브 컨테이너 만들기:
`ern create-container --miniapps {{/경로/대상/miniapp_디렉토리}} --platform {{ios|android}}`
- 전극 네이티브 컨테이너를 로컬 Maven 저장소에 저장:
`ern publish-container --publisher {{maven}} --platform {{android}} --extra {{'{"groupId":"com.walmart.ern","artifactId":"quickstart"}'}}`
- iOS 컨테이너를 사전 컴파일된 바이너리 프레임워크로 변환:
`ern transform-container --platform {{ios}} --transformer {{xcframework}}`
- 설치된 모든 전극 Native 버전을 나열:
`ern platform versions`
- 로깅 수준을 설정:
`ern platform config set logLevel {{trace|debug}}`