Skip to content
/ NClap Public
forked from reubeno/NClap

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

Notifications You must be signed in to change notification settings

nepolak/NClap

 
 

Repository files navigation

.NET Command Line Argument Parser (NClap)

Build NuGet package GitHub license 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 2.0+.

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

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Dockerfile 0.2%