https://github.com/reciplejs/reciple
⚡Discord.js framework that just works
https://github.com/reciplejs/reciple
bot discord discord-js discordjs-framework framework hacktoberfest nodejs
Last synced: 14 days ago
JSON representation
⚡Discord.js framework that just works
- Host: GitHub
- URL: https://github.com/reciplejs/reciple
- Owner: reciplejs
- License: lgpl-3.0
- Created: 2022-04-04T10:31:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T15:35:14.000Z (29 days ago)
- Last Synced: 2026-02-26T15:40:53.254Z (29 days ago)
- Topics: bot, discord, discord-js, discordjs-framework, framework, hacktoberfest, nodejs
- Language: TypeScript
- Homepage: https://reciple.js.org
- Size: 18 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
A Discord.js framework that just works.
## About
Reciple is a command framework for [Discord.js](https://discord.js.org/) that just works.
## Packages
- [@reciple/core](packages/core) - Contains the core classes and interfaces of reciple.
- [@reciple/jsx](packages/jsx) - Contains the JSX component wrappers of Discord.js builders.
- [@reciple/modules](packages/modules) - Contains some useful modules for reciple.
- [@reciple/utils](packages/utils) - Contains the utilities used by reciple packages.
- [create-reciple](packages/create-reciple) - An alias for `reciple create`.
- [reciple](packages/reciple) - The reciple CLI and main handler framework and loaders.
## Contributing
- [Contributing](https://github.com/reciplejs/reciple/blob/main/CONTRIBUTING.md)
### Pre-requisites
- [bun](https://bun.sh/) - Used as the main package manager and runtime environment for the project.
- [deno](https://deno.land/) - Used for generating documentation. (See: [@deno/doc](https://jsr.io/@deno/doc))
## Links
- [Website](https://reciple.js.org)
- [Discord](https://discord.gg/KxfPZYuTGV)
- [Github](https://github.com/reciplejs/reciple)
- [NPM](https://npmjs.org/package/reciple)