Skip to content

Basic structure for a .NET Core command line application that explores the use of Microsoft.Extensions.CommandLineUtils package.

Notifications You must be signed in to change notification settings

carlozamagni/NETCoreCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

NetCore CLI

Basic structure for a .NET Core command line application that explores the use of Microsoft.Extensions.CommandLineUtils package.

Project Structure

|-- Program.cs                  (app configuration through DI and startup)
|-- CliApp.cs                   (main app entry point)
|-- ...
|-- Commands
	|-- ICommand.cs
    |-- SampleCommand.cs        (implementation of a dummy command)
    |-- ...

About

Basic structure for a .NET Core command line application that explores the use of Microsoft.Extensions.CommandLineUtils package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages