https://github.com/withlithum/grimoire
A framework for validating Brigadier commands
https://github.com/withlithum/grimoire
Last synced: over 1 year ago
JSON representation
A framework for validating Brigadier commands
- Host: GitHub
- URL: https://github.com/withlithum/grimoire
- Owner: WithLithum
- License: gpl-3.0
- Created: 2024-05-09T06:39:22.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-05-19T10:15:31.000Z (about 2 years ago)
- Last Synced: 2025-01-18T11:22:30.735Z (over 1 year ago)
- Language: C#
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Grimoire
Grimoire is a .NET-based framework for validating Brigadier commands.
It works by defining the overall "archetype" of parameters and commands beforehand, and validate each nodes of the command based on the archetype. Where validating with Brigadier itself requires a one-to-one definition in Brigadier which defining commands in it is a great complexity.
## Usage
Grimoire already defines a basic command type archetype and archetypes for all parameter types supported by Brigadier on its own.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## Licence
This project is licensed under the GNU General Public License, either version 3 or (at your opinion) any later version. See a copy of the license [here](COPYING).
There are also other open source projects used in this project. See the [acknowledgements](ACKNOWLEDGEMENTS).