https://github.com/jasontaylordev/rapidconsole
A project 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.
https://github.com/jasontaylordev/rapidconsole
Last synced: 6 months ago
JSON representation
A project 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.
- Host: GitHub
- URL: https://github.com/jasontaylordev/rapidconsole
- Owner: jasontaylordev
- License: mit
- Created: 2022-09-20T23:17:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T22:17:50.000Z (7 months ago)
- Last Synced: 2025-03-29T13:05:21.624Z (6 months ago)
- Language: C#
- Size: 41 KB
- Stars: 148
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rapid Console .NET Template
[](https://www.nuget.org/packages/JasonTaylorDev.RapidConsole)
[](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.

If you find this project useful, please give it a star. Thanks! ⭐
## Getting Started
Install the project template (requires .NET 9):
```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 9. The following previous versions are available:
* [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).