-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Guillaume Raffin edited this page Jan 15, 2023
·
13 revisions
Welcome to the Night-Config wiki! Navigate using the sidebar on the right.
I advise you to start with:
- Modules and dependencies
- Configurations
- FileConfig basics
- ConfigSpec: checking and fixing configurations
You can also test the ready-to-use examples.
- Clone this repository.
- cd to the repo's directory.
- 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