Punkt

Customising with Configuration

Modifying Punkt's behaviour via configuration settings.

The punkt.json file allows you to tailor Punkt's behaviour to your specific requirements. Depending on your operating system, this file should be placed in one of the following locations:

punkt.json
punkt.json
punkt.json

On Linux systems, Punkt defaults to the XDG specification when locating the configuration file. If the file is absent from the standard location, Punkt will alternatively search within ~/.config/punkt.

Below is an example configuration file:

punkt.json
{
  "git": {
    "gitOnLocalChange": "ADD_COMMIT_PUSH",
    "bundledGitEmail": "audrey@test.com"
  },
  "global": {
    "dotReplacementPrefix": "audrey-",
    "interactivity": "NEVER"
  }
}

For a comprehensive list of configurable options, please refer to: