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: 14 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T18:35:27.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T14:24:26.448Z (over 1 year 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
[](https://github.com/Quahu/Qmmands/actions/workflows/nightly.yml?branch=main)
[](https://www.nuget.org/packages/Qmmands/)
[](https://www.myget.org/feed/quahu/package/nuget/Qmmands)
[](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.