Home - isXander/Settxi GitHub Wiki

Welcome to the Settxi wiki!

What is Settxi?

Settxi is a settings library powered by kotlin. At its core it simply just stores values along with properties such as name, description etc and provides a nice way with interacting with them. However, Settxi has evolved to be more than that and now has great extensibility.

Extensibility

Settxi was designed with extensibility at mind. Many of it's key processes have been abstracted to provide an easy way to expand its function.

For example:

  • You can easily create your own setting types with only a few lines of code.
  • Add support for another serialization library seamlessly

Syntax design

One of the main aims for Settxi is to have an easy and intuitive syntax.