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

https://github.com/hmlendea/nucicli

NuciCLI NuGet package
https://github.com/hmlendea/nucicli

Last synced: 9 months ago
JSON representation

NuciCLI NuGet package

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/-%E2%99%A5%20Donate-%23ff69b4)](https://hmlendea.go.ro/fund.html) [![Build Status](https://github.com/hmlendea/nucicli/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/nucicli/actions/workflows/dotnet.yml) [![Latest GitHub release](https://img.shields.io/github/v/release/hmlendea/nucicli)](https://github.com/hmlendea/nucicli/releases/latest)

# About

NuGet package for easier command-line interface development.

# NuciCLI

- [NuciCLI](https://github.com/hmlendea/nucicli)
- [NuciCLI.Menus](https://github.com/hmlendea/nucicli.menus)

# Installation

[![Get it from NuGet](https://raw.githubusercontent.com/hmlendea/readme-assets/master/badges/stores/nuget.png)](https://nuget.org/packages/NuciCLI)

**.NET CLI**:
```bash
dotnet add package NuciCLI
```

**Package Manager**:
```powershell
Install-Package NuciCLI
```