Top 20 NuGet commandline Packages

Utilities to display tabulated data in a .Net Core command line application
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
AtleX.CommandLineArguments is a helper library to facilitate parsing command line arguments into a strongly-typed object. Values can be validated with extensible and customisable validators and the library can automatically generate help for the user.
This is a simple parser for command line options on .NET Framewrok & .NET Core. What you should do is only define your option class and write code like "var option = CommandLineSwicth.Parse<YourOptionClass>(ref args);". There is no need to annotate your option class with any attributes.
A basic, quick and easy to use command line flags and options library.
Library for running database scripts across different evnironments for easier DevOps
Juhta.Net.Console contains classes that help building console applications. This library is a part of Juhta.NET.
Easy access to commandline arguments via ConfigurationProvider
The Clux library is intended to help C# developers provide a rich, detailed command-line user-experience with minimal effort
Topshelf.CommandLineOptions provides extension to use CommandLine options when installing and launching apps build using Topshelf.
SmartCon is a small collection of console tools for .NET. Offers processing of commandline arguments with different flavours of commandline switches.
Plisky Unit Testing Support, TestData TestSupport and Test File Handling.
Injected dependency for retrieve properties passed via command line or environment
Command line parser with support for tokenizing, switches and attribute based arguments classes
CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action which will perform your apps logic. This helps introduce a separation between your apps logic and the code to drive the input-parse-execute loop. CmdR works as a simple inpu...
C# library to run external programs in a saner manner
Provides Methods and Attributes to simple build command line like cmd.
A series of utilities. The documentation can be found on http://www.kendar.org/?p=/dotnet/helpers/generichelpers. AssembliesManager: Load asssemblies, seek for types and interfaces CommandLineParser: Parse command line and environment variables for an easy usage Crontab: A timer based cront...