Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quahu/qmmands

Asynchronous command framework for .NET.
https://github.com/quahu/qmmands

command-framework commands csharp dotnet dotnet-core net6

Last synced: 17 days ago
JSON representation

Asynchronous command framework for .NET.

Awesome Lists containing this project

README

        

# Qmmands

[![Workflow](https://img.shields.io/github/actions/workflow/status/Quahu/Qmmands/myget.yml?branch=main&style=flat-square&label=Workflow&logo=github)](https://github.com/Quahu/Qmmands/actions/workflows/nightly.yml?branch=main)
[![NuGet](https://img.shields.io/nuget/v/Qmmands.svg?style=flat-square&label=NuGet&logo=nuget&color=blue)](https://www.nuget.org/packages/Qmmands/)
[![MyGet](https://img.shields.io/myget/quahu/vpre/Qmmands.svg?style=flat-square&label=MyGet&logo=nuget&color=darkorchid)](https://www.myget.org/feed/quahu/package/nuget/Qmmands)
[![Discord](https://img.shields.io/discord/416256456505950215.svg?style=flat-square&label=Discord&logo=discord&color=738ADB)](https://discord.gg/eUMSXGZ)

An asynchronous platform-independent .NET command framework that can be used with any input source, whether that be Discord messages, IRC, or a terminal.

This library is primarily used in my Discord API wrapper [Disqord](https://github.com/Quahu/Disqord).

## Installing
Stable Qmmands builds can be pulled from NuGet.
For nightly builds add `https://www.myget.org/F/quahu/api/v3/index.json` (the nightly feed) to your project's package sources and pull from there instead.

## Documentation
Because this library is primarily is used for [Disqord](https://github.com/Quahu/Disqord) there is no standalone documentation asides from the bundled xmldocs.