@ludoows/create-discord-bot
v1.0.0
Published
Scaffold a production-ready Discord bot in TypeScript
Downloads
107
Maintainers
Readme
create-discord-bot
CLI to scaffold a new project from the discord-bot-template.
Usage
npx @ludoows/create-discord-botNo installation required.
Prompts
| Prompt | Choices |
| :--- | :--- |
| Project name | Free text (converted to a slug) |
| Database dialect | mysql · postgres · sqlite · None |
| Cache driver | file · memory |
| Include mail system? | Yes · No |
| Default language | fr · en |
What it does
- Clones the template from GitHub (no git history)
- Renames the project in
package.json - Generates a pre-filled
.envbased on your answers - Updates the default locale in
src/config.ts - Runs
npm install
Requirements
- Node.js >= 18
License
MIT
