Skip to content

Commander

A flexible and extensible command framework for roblox-ts

Installation

npm install @rbxts/commander

Easy to use

Commander uses decorators to make defining commands easy and readable.

Extensible

Commander is built to be extensible - allowing for a custom user interface, custom types and more.

Powerful

Features like command guards and custom types allow for a wide range of customization.