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.
If you find this project useful, please give it a star. Thanks! ⭐
Install the project template (requires .NET 8):
dotnet new install JasonTaylorDev.RapidConsole
Create a new app:
dotnet new rapid-console --output RapidConsole
The main branch is now on .NET 8.0. The following previous versions are available:
Check out Console App Project Template for .NET to learn more.
If you are having problems, please let me know by raising a new issue.