@gavbarosee/react-kickstart
Version:
A modern CLI tool for creating React applications with various frameworks
25 lines (16 loc) • 779 B
Markdown
# Templates
Template files organized by purpose for generating React application code.
## Structure
- `engines/` - Core template engines and rendering infrastructure
- `generators/` - Framework-specific content generation strategies
- `features/` - Feature-specific templates (state management, etc.)
## How it works
Templates provide:
- Reusable code generation patterns
- Framework-specific content variations
- Consistent styling across generated files
- Parameterized content based on user choices
## Template Categories
- **Engines** - Core template engines, builders, and rendering infrastructure
- **Generators** - Framework-specific content generation (Vite, Next.js App/Pages Router)
- **Features** - Feature-specific templates (Redux, Zustand, future features)