1
0
Fork
You've already forked DotNetCommandLineTemplate
0
A basic dotnet new template for creating command line application using the System.CommandLine.
C# 100%
2022年10月08日 04:39:39 -04:00
.github/workflows Initial commit 2022年10月08日 03:43:24 -04:00
src Minor fixes 2022年10月08日 04:39:39 -04:00
.gitignore Initial commit 2022年10月08日 03:43:24 -04:00
LICENSE Initial commit 2022年10月08日 03:43:24 -04:00
README.md Minor fixes 2022年10月08日 04:39:39 -04:00

System.CommandLine Template

WORK IN PROGRESS!

This is a basic dotnet new template for creating command line application using Microsoft's CommandLine package.

License

I license this project under the MIT license - see LICENSE for details.