Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/underctrl-io/commandkit

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!
https://github.com/underctrl-io/commandkit

cli command-handler discord-js event-handler hmr typescript

Last synced: about 2 months ago
JSON representation

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!

Awesome Lists containing this project

README

        





support server
npm version
npm downloads


*You are currently looking at the next major version of CommandKit. You can view the `master` branch [here](https://github.com/underctrl-io/commandkit/tree/master)*

---

CommandKit is a powerful and easy-to-use command and event handler for your Discord.js project. It takes away the hassle of manually registering commands & event listeners, and lets you focus on the core features of your bot. It also offers additional features that make bot development a lot easier such as commands validation, developer-only commands, and permissions validation.

The quickest way to setup a CommandKit project is to use the `create-commandkit` CLI:

```sh
npm create commandkit@next
```

## Links

- [Documentation](https://commandkit.js.org) ([source](https://github.com/underctrl-io/commandkit/tree/next/apps/docs))
- [Support Server](https://ctrl.lol/discord)
- [CommandKit source](https://github.com/underctrl-io/commandkit/tree/next/packages/commandkit)
- [npm](https://www.npmjs.com/package/commandkit)
- [Contributors guide](https://github.com/underctrl-io/commandkit/blob/next/CONTRIBUTING.md)