Skip to content
Guillaume Raffin edited this page Jan 15, 2023 · 13 revisions

Night-Config logo

Welcome to the Night-Config wiki! Navigate using the sidebar on the right.

I advise you to start with:

  1. Modules and dependencies
  2. Configurations
  3. FileConfig basics
  4. ConfigSpec: checking and fixing configurations

You can also test the ready-to-use examples.

How to run an example

  1. Clone this repository.
  2. cd to the repo's directory.
  3. Run ./gradlew examples:run -PmainClass=${CLASS} by replacing ${CLASS} with the example of your choice.

For example:

git clone https://github.com/TheElectronWill/night-config.git
cd night-config
./gradlew examples:run -PmainClass=FileConfigExample