Swift-Strider / Remark

UI virion (library) for PocketMine-MP plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

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

About

UI virion (library) for PocketMine-MP plugins

License:MIT License


Languages

Language:PHP 100.0%