Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quahu/qmmands
- Owner: Quahu
- License: lgpl-3.0
- Created: 2018-10-13T02:31:39.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T18:35:27.000Z (over 1 year ago)
- Last Synced: 2024-10-13T14:24:26.448Z (about 1 month ago)
- Topics: command-framework, commands, csharp, dotnet, dotnet-core, net6
- Language: C#
- Homepage:
- Size: 841 KB
- Stars: 93
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.