845 B
845 B
title |
---|
Pattern configuration file |
The pattern configuration file holds a variety of information about the pattern, its various parts, what measurements it requires, the options it accepts and so on.
It is part of the initial design and as such static in nature.
This is about the pattern configuration file, used at build-time.
For run-time configuration, see Pattern settings.
Structure
The pattern configuration is a plain object with one or more of the following properties:
Example
Below is a minimal example. Look at the Aaron config file for a full example.
const config = {
version: '0.0.1',
name: "sorcha",
// More configuration here
}