Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thenorthsolution/reciple

A Discord.js framework that just works
https://github.com/thenorthsolution/reciple

bot discord discord-js framework hacktoberfest nodejs

Last synced: 4 months ago
JSON representation

A Discord.js framework that just works

Awesome Lists containing this project

README

        

























---

## About

Reciple is a Discord.js command handler framework that provides extended features for developers.

## Installation

```bash
npm create reciple@latest
```

## Packages

- [@reciple/actions](./packages/actions/) - Used by our github workflow to generate docs.json
- [@reciple/core](./packages/core/) - Extends [discord.js](https://npmjs.com/package/discord.js) Client to simplify working with Discord API
- [@reciple/decorators](./packages/decorators) - A collection of Typescript decorators for easier module creation.
- [@reciple/docgen](./packages/docgen/) - Parses Typescript file to generate json file for documentation
- [@reciple/message-command-utils](./packages/message-command-utils/) - A library of built-in message command utilities for Reciple.
- [@reciple/utils](./packages/utils) - Global utilities used by reciple packages
- [create-reciple](./packages/create-reciple/) - A tool used to easily create Reciple projects
- [reciple](./packages/reciple/) - A CLI tool for loading modules and running Reciple based Discord bots