/commander

A flexible and extensible command framework for roblox-ts

Primary LanguageTypeScriptMIT LicenseMIT

Commander

A flexible and extensible command framework for roblox-ts

Documentation

About

Commander is a command framework built for roblox-ts.

  • Commands are defined using decorators in an easy and readable manner.
  • Custom argument types can be created, allowing for a great deal of flexibility for your commands.
  • Comes with an optional user interface which can easily be swapped out for a custom one.

Note: This library isn't production ready yet. You will likely encounter bugs and breaking changes.

Attributions