Remark - Easy and Asynchronous Commands and Forms
- Quick Guide - Learn Remark by building a plugin.
- Install - Add Remark as a library to your plugin.
- Example - View an example plugin using Remark.
Benefits
TAB
-completion for commands- Command argument validation
- Type-safe commands and forms
- Asynchronous Forms API
- Optional AwaitGenerator
Install
composer require diamondstrider1/remark ^1.1.0
Add Remark as a library in .poggit.yml
.
projects:
ExampleRemarkPlugin:
path: ""
libs:
- src: Swift-Strider/Remark/Remark
version: ^1.1.0
epitope: .random