Skip to content
contributors edited this page Feb 15, 2024 · 7 revisions

Commands.NET's main focus is for its users to enjoy writing code with the library and master it with relative ease. For this claim to have any value, a great deal is done to help a developer write intuitive and boilerplate-less code, alongside keeping documentation simple and complete.

Available Content:

A quick start to Commands.NET and introduction to basic practices.

More about how to configure Commands.NET, from module registration to command execution.

Define your own checks to ensure commands will only run and succeed when they are allowed to.

Create custom conversion for changing raw input into types.

All about handling command results and treating custom return types.

Customize your modules and contexts to scale up your applications, or simply to reduce code repetition.