Top 20 NuGet commandline Packages

.NET Extensions and helpers for CommandLine
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
A framework for building command line application in F#. Supports command line option parsing, type-safe scanf, monadic command construction, automatic help & shell completion generation, and so on.
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Powerful and simple command line parsing in C#
Visual Studio Debug Helper for ChildProcesses attaches the Visual Studio debugger automatically to any started child process with the ChildProcesses library.
A MEF Plugin Based Console Kit
Command Line GUI includes a command line arguments parser library Fonlow.CommandLineGui.Core.dll for constructing .NET command line programs with complex arguments. You define a data model class decorated by some attributes for representing arguments. The core library will parse the command line ar...
Odin is a conventions-based library for routing command-line arguments to the appropriate code to execute.
ExtensibleServiceProcess.Arguments is the integration of Arguments.NET into ExtensibleServiceProcess.
Micro command line framework. Develop fast, enjoy results =)
PSWebApi is a simple library for turning PowerShell Scripts or batch/executable files into ASP.NET Web APIs (RESTful Services) out of the box. See details in https://github.com/DataBooster/PS-WebApi.
The common project to create command line tools for Dynamics Crm.
Allows creating CommandLine applications using Microsoft.Extensions.CommandLineUtils together with DI, Configuration and Logging in a convenient way similar to AspNetCore Hosting.
ConsoleFx Interactive Shell is a framework for building interactive command-line applications. It is built on top of the ConsoleFx Core framework and thereby supports all the command-line parsing features available in ConsoleFx Core. This is the code package for the ConsoleFx Interactive Shell. Use ...
ConsoleFx Interactive Shell is a framework for building interactive command-line applications. It is built on top of the ConsoleFx Core framework and thereby supports all the command-line parsing features available in ConsoleFx Core. This is the binary package for the ConsoleFx Interactive Shell. Us...
Package Builder is a command-line utility allowing more finite control over the creation of Kentico module packages and support for continuous integration.
This library uses conventions in your code in order to allow command-line functionnality (parsing and executing commands), such as creating a CLI tooling. The library will find the command and execute it passing in the parameters recieved. Otherwise, it will print help information.
onvention-based method execution from the console for C#. Includes dependency-injection support and a console formatting api that supports indenting, wrapping etc.
Easy to use library for parsing app arguments. Can parse args line like: a b=1 c:x=2;y="some info"