Skip to main content

Guide

This section provides conceptual guides to understanding and using the Configurator library effectively.

Overview

The guides are organized to build your understanding progressively:

  1. Schema Usage - Learn the basics of creating schemas and defining properties
  2. Configuration Sources - Customize the sources of configuration assignments
  3. Commands (Selector Pattern) - Build command-line applications with hierarchical commands

Examples

Complete working examples are available in the examples/ directory of the package:

  • basics.js - Simple configuration with fundamental types
  • unions.js - Union types with different discriminator patterns
  • commands.js - Hierarchical command structure
  • everything.js - Comprehensive example combining nearly all features