chooksie

Next Generation Discord.JS Framework

Usage no npm install needed!

<script type="module">
  import chooksie from 'https://cdn.skypack.dev/chooksie';
</script>

README

chooksie

npm (scoped) npm

Next Generation Discord.JS Framework

Features

🔥 Built for the Modern Discord API

  • Use Discord Interactions from the get-go
  • Tiny footprint, without the burden of the past

💡 Fast Development Feedback

  • Full support for Hot Reloading
  • Automatically registers your commands

🛠 First-Class TypeScript Support

  • All of the above mentioned, plus:
  • Seamless out of the box integration
  • Compiled in Real-Time using SWC

🌱 Minimal Boilerplate

  • Object-Oriented, without the classes
  • No imports required to work

Quick Start

# Install the cli tool globally
$ npm install -g @chookscord/cli
# or
$ yarn global add @chookscord/cli

# Create a new project in the current empty directory
$ chooks init .

# Setup any necessary credentials, and start your bot
$ chooks

Documentation

Visit https://guide.chooks.app for more detailed explanations.

License

MIT