kripton

(β˜… 120)

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

Showing a partial file list β€” download the zip above to see everything.

  • .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

# Installation Guide

1. Get the code
git clone https://github.com/xcesco/kripton

Downloads the entire project code from GitHub to your computer.

cd kripton

Moves into the project folder you just downloaded.

2. Maven (Java)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java projects.
  • Maven The build tool used for the mvn command.
mvn clean install -Prelease

Installs dependencies and builds the project using Maven.

βœ… A BUILD SUCCESS message means it worked. The output is created under target/.

Pulled directly from this repo's README.

// repository documentation