Skip to content

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.

License

xiaoxiongnpu/NClap

 
 

Repository files navigation

.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

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%