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.


Keywords
NClap, .NET, Command, Line, CommandLine, Argument, Parser, CLI, Interactive, Shell, argument-parsing, command-line-parser, csharp, dot-net, reflection, repl
License
MIT
Install
Install-Package NClap -Version 3.0.0

Documentation

.NET Command Line Argument Parser (NClap)

Build status NuGet package GitHub license Code Coverage Join the chat at https://gitter.im/NClap/Lobby

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. It's like a lightweight serializer for command-line arguments.

Getting NClap

The easiest way to consume NClap is by adding its NuGet package to your project. It is built for use with .NET 4.6.1+ and .NET Core 1.1+.

NClap is shared under the MIT license, as described in LICENSE.txt.

The details

Contributing

We welcome contributions of all kinds, whether it be submitting pull requests or even just filing issues or feature requests!

For code contributions, we follow the standard Github workflow.

Please also see our Code of Conduct