Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swift-strider/remark
UI virion (library) for PocketMine-MP plugins
https://github.com/swift-strider/remark
commands forms pocketmine-mp ui user-interface virion
Last synced: about 1 month ago
JSON representation
UI virion (library) for PocketMine-MP plugins
- Host: GitHub
- URL: https://github.com/swift-strider/remark
- Owner: Swift-Strider
- License: mit
- Created: 2022-05-30T23:01:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T16:59:24.000Z (almost 2 years ago)
- Last Synced: 2024-09-22T16:03:10.430Z (about 2 months ago)
- Topics: commands, forms, pocketmine-mp, ui, user-interface, virion
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Remark - Easy and Asynchronous Commands and Forms
* [Quick Guide](https://swift-strider.github.io/Remark/quick-guide/index.html) - Learn Remark by building a plugin.
* [Install](#install) - Add Remark as a library to your plugin.
* [Example](https://github.com/Swift-Strider/ExampleRemarkPlugin) - 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
```sh
composer require diamondstrider1/remark ^1.1.0
```Add Remark as a library in `.poggit.yml`.
```yml
projects:
ExampleRemarkPlugin:
path: ""
libs:
- src: Swift-Strider/Remark/Remark
version: ^1.1.0
epitope: .random
```