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

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

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)