Projects

ASP.NET Core Command

2025

.NETOpensourceC#

The ASP.NET Core Command Package is an open-source project I built to bring Laravel’s Artisan-like command-line features into ASP.NET Core applications.

While working on .NET projects, I often wanted a clean way to register and run custom CLI commands—something more integrated than basic scripts. This package was born out of that need.

It provides a structured way to define and run commands from your ASP.NET Core app—useful for tasks like seeding databases, running background jobs, or scaffolding code.

👉 Check it out at NuGet