Reciple is a Discord.js command handler framework that provides extended features for developers.
npm create reciple@latest
- @reciple/actions - Used by our github workflow to generate docs.json
- @reciple/core - Extends discord.js Client to simplify working with Discord API
- @reciple/decorators - A collection of Typescript decorators for easier module creation.
- @reciple/docgen - Parses Typescript file to generate json file for documentation
- @reciple/message-command-utils - A library of built-in message command utilities for Reciple.
- @reciple/utils - Global utilities used by reciple packages
- create-reciple - A tool used to easily create Reciple projects
- reciple - A CLI tool for loading modules and running Reciple based Discord bots