# RapidConsole **Repository Path**: binghe021/RapidConsole ## Basic Information - **Project Name**: RapidConsole - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-09 - **Last Updated**: 2026-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rapid Console .NET Template [![Nuget](https://img.shields.io/nuget/v/JasonTaylorDev.RapidConsole?label=NuGet)](https://www.nuget.org/packages/JasonTaylorDev.RapidConsole) [![Nuget](https://img.shields.io/nuget/dt/JasonTaylorDev.RapidConsole?label=Downloads)](https://www.nuget.org/packages/JasonTaylorDev.RapidConsole) A project template for creating a command-line application that can run on .NET on Windows, Linux and macOS with support for commands, dependency injection, logging, and a whole lot more. ![image](https://user-images.githubusercontent.com/1988321/197191492-a98bd1f3-09e6-4eea-bcca-5596be88676d.png) If you find this project useful, please give it a star. Thanks! ⭐ ## Getting Started Install the project template (requires .NET 10): ```bash dotnet new install JasonTaylorDev.RapidConsole ``` Create a new app: ```bash dotnet new rapid-console --output RapidConsole ``` ## Versions The main branch is now on .NET 10. The following previous versions are available: * [9.0](https://github.com/jasontaylordev/RapidConsole/tree/net9.0) * [8.0](https://github.com/jasontaylordev/RapidConsole/tree/net8.0) * [7.0](https://github.com/jasontaylordev/RapidConsole/tree/net7.0) ## Learn More Check out [Console App Project Template for .NET](https://jasontaylor.dev/console-app-project-template/) to learn more. ## Support If you are having problems, please let me know by [raising a new issue](https://github.com/jasontaylordev/RapidConsole/issues/new).