UI virion (library) for PocketMine-MP plugins

Installs: 74

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 5

Open Issues: 1

pkg:composer/diamondstrider1/remark

1.2.2 2022-06-06 02:00 UTC

This package is auto-updated.

Last update: 2025-10-19 09:22:18 UTC


README

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