Guide
This section provides conceptual guides to understanding and using the Configurator library effectively.
Overview
The guides are organized to build your understanding progressively:
- Schema Usage - Learn the basics of creating schemas and defining properties
- Configuration Sources - Customize the sources of configuration assignments
- 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 typesunions.js- Union types with different discriminator patternscommands.js- Hierarchical command structureeverything.js- Comprehensive example combining nearly all features