npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

qoder-csharp-angular-cli

v1.0.0

Published

CLI tool to install Qoder configuration for C# .NET + Angular + MySQL development

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-cli

Or 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 --force

Smart Backup System

  • Automatically backs up existing .qoder configuration
  • 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 developing

Existing Project Enhancement

# Update existing configuration
npx qoder-csharp-angular-cli --update

# Or force reinstall with backup
npx qoder-csharp-angular-cli --force

Verification

After installation:

  1. Restart Qoder IDE
  2. Run /project-info to verify technology detection
  3. Try /fullstack-feature create test-feature to 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.md for detailed documentation
  • Verify your project has compatible technology stack
  • Use --force flag if you want to install in non-standard projects

📄 License

MIT License - Feel free to use and modify for your projects.