SPFx CLI tool for scaffolding and managing SPFx projects.
This monorepo is organized into the following projects:
| Package Name | Type | Description |
|---|---|---|
| @microsoft/spfx-cli | Application | Command-line interface for managing SPFx projects |
| @microsoft/spfx-template-api | Library | Core scaffolding API |
| Package Name | Type | Description |
|---|---|---|
| @microsoft/spfx-cli-build-rig | Tool | Shared Heft build configuration for the monorepo |
| @microsoft/spfx-template-test | Test | Validates that templates generate expected output |
Each template has a corresponding example showing its generated output.
| Component Type | Flavor | ||
|---|---|---|---|
| Web Part | Minimal | Template | Example |
| Web Part | No Framework | Template | Example |
| Web Part | React | Template | Example |
| Application Customizer | — | Template | Example |
| Field Customizer | Minimal | Template | Example |
| Field Customizer | No Framework | Template | Example |
| Field Customizer | React | Template | Example |
| Form Customizer | No Framework | Template | Example |
| Form Customizer | React | Template | Example |
| List View Command Set | — | Template | Example |
| Search Query Modifier | — | Template | Example |
| Adaptive Card Extension | Data Visualization | Template | Example |
| Adaptive Card Extension | Generic Card | Template | Example |
| Adaptive Card Extension | Generic Image Card | Template | Example |
| Adaptive Card Extension | Generic Primary Text Card | Template | Example |
| Adaptive Card Extension | Search Card | Template | Example |
| Library | — | Template | Example |
This repo welcomes contributions and suggestions. Please read our Contributing Guide for development setup, workflow, and submission guidelines.