An open API service indexing awesome lists of open source software.

https://github.com/alastairlundy/cliutilslib

A C# library to assist in creating Cli programs
https://github.com/alastairlundy/cliutilslib

cli csharp-library

Last synced: 6 months ago
JSON representation

A C# library to assist in creating Cli programs

Awesome Lists containing this project

README

          

# CliUtilsLib

This is a C# .NET library to help with the creation of CLI tools and/or console applications.

[![NuGet](https://img.shields.io/nuget/v/CliUtilsLib.svg)](https://www.nuget.org/packages/CliUtilsLib/)
[![NuGet](https://img.shields.io/nuget/dt/CliUtilsLib.svg)](https://www.nuget.org/packages/CliUtilsLib/)

## Licensing

CLiUtilsLib versions prior to version 1.5.0 were licensed under the Apache 2.0 license. 1.5.0 was licensed under the LGPLv3 license. Future versions will be licensed under the MIT license.

Code contributions, feature suggestions, and bug reports are welcome!