kripton

(★ 120)

A Java/Kotlin library for Android platform, to manage bean's persistence in SQLite, SharedPreferences, JSON, XML, Properties, Yaml, CBOR.

파일 수가 많아 일부만 표시됩니다. 전체 파일은 위 다운로드 버튼으로 확인해 주세요.

  • .gitattributes
  • .gitignore
  • .travis.yml
  • _config.yml
  • buildDeployAll.cmd
  • buildDeployAll.sh
  • buildDeployBintrayAll.cmd
  • buildInstallAll.cmd
  • buildInstallAll.sh
  • buildInstallAnnotationProcessor.cmd
  • buildInstallAnnotationProcessor.sh
  • buildTest.cmd
  • codecov.yml
  • LICENSE
  • README.md

# 설치 가이드

1. 코드 내려받기
git clone https://github.com/xcesco/kripton

깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.

cd kripton

방금 내려받은 프로젝트 폴더 안으로 이동합니다.

2. Maven (Java)

보통 추천
사전 준비물
  • Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
  • JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
  • Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
mvn clean install -Prelease

Maven으로 의존성 설치와 빌드를 진행합니다.

BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.

이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.

// repository documentation