less than 1 minute read

Here you can find the example of the simplest configuration in the supported formats.

This configuration is the bare minimum and just uses the simple preset, leaving all other options to their default values.

JSON

{
  "preset":"simple"
}

Source code for this file is available here.

YAML

--- 
preset: simple

Source code for this file is available here.

Groovy (Gradle)

nyx {
  preset = 'simple'
}

Source code for this file is available here.