qoder-csharp-angular-cli
v1.0.0
Published
CLI tool to install Qoder configuration for C# .NET + Angular + MySQL development
Maintainers
Readme
Qoder C# .NET + Angular + MySQL CLI
A CLI tool to easily install and manage Qoder IDE configuration specifically optimized for C# .NET + Angular + MySQL full-stack development.
🚀 Quick Start
Install the configuration in your project:
npx qoder-csharp-angular-cliOr install globally:
npm install -g qoder-csharp-angular-cli
qoder-setup📋 Features
Automatic Technology Detection
- Detects C# .NET projects (
.csproj,.sln,.slnx) - Identifies Angular applications (
angular.json,@angular/core) - Recognizes MySQL configuration patterns
- Validates compatibility before installation
Flexible Installation Modes
# Full installation (default) - Complete configuration
npx qoder-csharp-angular-cli
# Minimal installation - Core configuration only
npx qoder-csharp-angular-cli --minimal
# Update existing configuration
npx qoder-csharp-angular-cli --update
# Skip confirmation prompts
npx qoder-csharp-angular-cli --yes
# Force installation despite warnings
npx qoder-csharp-angular-cli --forceSmart Backup System
- Automatically backs up existing
.qoderconfiguration - Preserves your current settings
- Easy rollback capability
🎯 What Gets Installed
Specialized Agents
- C# Backend Developer - .NET API and service development
- Angular Frontend Developer - Component and UI development
- Database Specialist - MySQL schema and EF Core integration
- Full-Stack Developer - Cross-layer coordination
Technology-Specific Rules
- C# .NET Rules - Clean Architecture, async/await patterns
- Angular Rules - Standalone components, Signals, OnPush strategy
- MySQL/EF Core Rules - Database design and optimization
Enhanced Commands
/fullstack-feature- Complete feature lifecycle management- Technology-specific workflows for C#/Angular/MySQL
- Cross-stack validation and integration testing
🛠️ Usage Examples
New Project Setup
# Navigate to your project directory
cd my-fullstack-project
# Install Qoder configuration
npx qoder-csharp-angular-cli
# Restart Qoder IDE and start developingExisting Project Enhancement
# Update existing configuration
npx qoder-csharp-angular-cli --update
# Or force reinstall with backup
npx qoder-csharp-angular-cli --forceVerification
After installation:
- Restart Qoder IDE
- Run
/project-infoto verify technology detection - Try
/fullstack-feature create test-featureto test workflows
📁 Project Structure
The CLI installs this optimized structure:
.qoder/
├── agents/ # Specialized AI agents
│ └── development/
│ ├── csharp-backend-developer.md
│ ├── angular-frontend-developer.md
│ ├── database-specialist.md
│ └── fullstack-developer.md
├── commands/ # Technology-specific commands
│ └── workflow/
│ └── fullstack-feature.md
├── skills/ # Enhanced core skills
├── rules/ # Technology-specific rules
│ ├── language/
│ │ └── csharp-dotnet-rules.md
│ ├── framework/
│ │ └── angular-rules.md
│ ├── database/
│ │ └── mysql-efcore-rules.md
│ └── core/
└── README-TECH-SPECIFIC.md # Technology documentation⚙️ Options
| Option | Description |
|--------|-------------|
| --full | Install full configuration (default) |
| --minimal | Install core configuration only |
| --update | Update existing configuration |
| --yes | Skip confirmation prompts |
| --force | Force installation despite warnings |
🎯 Benefits
- 50% faster full-stack feature development
- Technology-specific best practices baked in
- Automatic validation of installation
- Smart conflict resolution with backup system
- Enterprise-grade configuration optimized for your stack
🤝 Support
For issues or questions:
- Check the installed
README-TECH-SPECIFIC.mdfor detailed documentation - Verify your project has compatible technology stack
- Use
--forceflag if you want to install in non-standard projects
📄 License
MIT License - Feel free to use and modify for your projects.
