Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chookscord/framework
Fast Discord.JS Framework
https://github.com/chookscord/framework
bot discord discord-bot discord-js discord-js-framework framework nodejs typescript
Last synced: 3 months ago
JSON representation
Fast Discord.JS Framework
- Host: GitHub
- URL: https://github.com/chookscord/framework
- Owner: chookscord
- License: mit
- Created: 2021-08-07T15:43:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T08:07:04.000Z (over 1 year ago)
- Last Synced: 2024-10-04T07:15:28.488Z (3 months ago)
- Topics: bot, discord, discord-bot, discord-js, discord-js-framework, framework, nodejs, typescript
- Language: TypeScript
- Homepage: https://guide.chooks.app
- Size: 2.71 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chookscord-project
## Fast Discord.JS Framework
[![npm (scoped)](https://img.shields.io/npm/v/chooksie)](https://npmjs.com/package/chooksie)
[![npm](https://img.shields.io/npm/dt/chooksie)](https://npmjs.com/package/chooksie)
[![Discord Server](https://discord.com/api/guilds/942452845322600569/embed.png)](https://discord.gg/24Kh8sf8hu)
[![GitHub Stars](https://img.shields.io/github/stars/chookscord/framework?style=social)](https://github.com/chookscord/framework)## Features
- :rocket: Simple, Declarative Interface
- :muscle: Powerful Application Command Integration
- :hammer: First Class TypeScript Support
- :fire: Hot Command Reloading## Documentation
Visit the guide at for more info.
## Quick Start
Using the [`create-chooks-bot`](https://npmjs.com/package/create-chooks-bot) scaffold:
```sh
# Create a new bot using the scaffold package
$ npm create chooks-bot my-bot# Start your new bot
$ cd my-bot
$ npm run dev
```Using the [CLI tool](https://npmjs.com/package/@chookscord/cli):
```sh
# Install the CLI tool
$ npm i -g @chookscord/cli# Create a new bot using the CLI tool
$ chooks init my-bot# Start your new bot
$ cd my-bot
$ chooks
```## License
MIT