Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thenorthsolution/reciple
- Owner: thenorthsolution
- License: gpl-3.0
- Created: 2022-04-04T10:31:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T04:55:30.000Z (8 months ago)
- Last Synced: 2024-05-22T13:44:55.759Z (8 months ago)
- Topics: bot, discord, discord-js, framework, hacktoberfest, nodejs
- Language: TypeScript
- Homepage: https://reciple.js.org
- Size: 5.24 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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