ManHam
be78e26729
feat: add Bun templates for create-discord-bot ( #11348 )
...
* feat: add Bun templates for create-discord-bot
- Add TypeScript Bun template with complete src structure
- Add JavaScript Bun template with complete src structure
- Both templates mirror the Node.js versions with Bun-specific configuration
Closes #11346
* fix: update template and bun template loading
---------
Co-authored-by: almeidx <github@almeidx.dev >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-01-16 15:32:20 +00:00
jacobhumston
52a69d77d0
feat(create-discord-bot): allow certain files/folders to be included in the target directory ( #11368 )
...
* feat(create-discord-bot): allow empty git repositories
* feat(create-discord-bot): create a .gitignore for git repositories
* fix(create-discord-bot): correctly handle .git file edge case
* refactor(create-discord-bot): use next.js "is-folder-empty" utility
* refactor(create-discord-bot): combine checks
* revert: revert comment change
This reverts commit 2f8422e90d .
* feat(create-discord-bot): add .gitignore to templates
* docs(create-discord-bot): add source link to isFolderEmpty util
* docs(create-discord-bot): add @license JSDoc tag to license comment
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2026-01-16 12:57:47 +00:00
Denis-Adrian Cristea
9bf1f739e0
chore: remove usage of the prefer-global rules ( #11279 )
2025-12-10 14:05:29 +00:00
Almeida
ec3ef7b1bd
feat: use native node typescript ( #11259 )
...
* feat: use native node typescript
* fix: use basename
* Update packages/create-discord-bot/template/Bun/TypeScript/tsconfig.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Change module and moduleResolution to ESNext and Bundler
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-09 03:22:16 +01:00
Almeida
8ca279e0c3
refactor: update deno template and loader logic ( #11060 )
...
* refactor: update deno template and loader logic
* yeet
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-09-04 12:36:26 +00:00
Superchupu
ee3ca6f7c6
refactor(create-discord-bot): replace deps with built-in apis ( #10971 )
2025-07-08 07:14:19 +00:00
Noel
f580de8025
chore: upgrade deps ( #10824 )
2025-04-05 13:18:56 +02:00
Jiralite
eabcc52594
refactor(constants): Update guide URL ( #10803 )
...
refactor(constants): update guide URL
2025-03-16 17:18:25 +00:00
Almeida
00accf7470
fix: failed build in node and bad lints ( #10444 )
...
* fix: failed build in node and bad lints
* chore: update tsconfigs
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-08-20 22:40:37 +00:00
Rahul Mishra
ce0be392d8
fix(Bun): Fix typo for Bun template ( #9987 )
...
fix(create-discord-bot): Fix typo for Bun Template which caused install errors
2023-11-18 16:58:33 +00:00
iCrawl
8f432400d8
build: multi-config build and dep update
2023-11-14 01:26:22 +01:00
Colin McDonnell
7157748fe3
docs(create-discord-bot): support bun in create-discord-bot ( #9798 )
2023-08-28 09:36:26 +02:00
Noel
e96a8a977f
build: pnpm ( #9806 )
2023-08-27 20:24:03 +02:00
Jaw0r3k
8325fa6540
feat: Add no-install option ( #9604 )
...
* chore: no install option + fix type
* chore: apply suggestions
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
---------
Co-authored-by: Jaw0r3k <jaw0r3k.git@gmail.com >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2023-08-26 21:31:22 +00:00
iCrawl
1e3aed0d97
chore: config overhaul
2023-08-22 01:33:47 +02:00
Noel
dd5e7453e8
feat(create-discord-bot): bun/deno templates ( #9795 )
2023-08-21 22:48:13 +02:00
Jaw0r3k
99194fc270
fix(create-discord-bot): add shebang in main file ( #9747 )
...
* fix: no running in cmd
Co-authored-by: ROB0520 <ynoreyesminecraft@gmail.com >
* chore: delete in create-discord-bot file
---------
Co-authored-by: ROB0520 <ynoreyesminecraft@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-08-09 09:48:58 +00:00
David Malchin
351a18bc35
feat(create-discord-bot): throw error if the directory is a file ( #9719 )
2023-07-16 17:38:22 +00:00
Suneet Tipirneni
84f1b1890d
feat(create-discord-bot): Add prompts, command handler and deployment script ( #9570 )
...
* feat(create-discord-bot): Add prompts, command handler and deployment script
* fix: revert package template name
* chore: make requested changes
* chore: make requested changes
* fix: remove uneeded listeners
* fix: use `0` for eslint
* fix: remaining requested changes
* chore: requested changes
* fix: remove redundant call
2023-07-16 17:13:18 +00:00
Jiralite
64324a8be1
feat: Check for empty directory ( #9539 )
...
* feat: check for empty directory
* fix: correct error
Co-authored-by: space <spaceeec@yahoo.com >
---------
Co-authored-by: space <spaceeec@yahoo.com >
2023-05-08 09:00:09 +02:00
Almeida
c4a3120354
feat(create-discord-bot): inherit stdio when installing deps ( #9543 )
2023-05-07 19:27:33 +00:00
Jiralite
f83a8a58c9
feat: create-discord-bot ( #9420 )
...
* feat: basic initialisation
* fix: no scope
* chore: add options for issues
* feat: good word, Monbrey
* feat: basic README.md
* fix: no documentation for this
* feat: install for them
* chore: update licencing
* chore: fix year
* fix: build tsup
* feat: add TypeScript option
* feat: add `name` option
* chore: ignore annoying errors
* chore: add tsconfig.json
* refactor: remove name
We can just use the name of the directory instead.
* chore: update cliff jumper rc
* chore: bump dependencies
* chore: bump dependencies
* fix: build in prepack
* fix: configure ESLint correctly
* feat: infer package manager
* docs(packageManager): document `install()`
* fix(packageManager): do not emit a warning for `npm`
* refactor: change project name colour to yellow
* docs(constants): basic documentation
* feat: add link
* chore: add `verbatimModuleSyntax`
* chore: bump discord.js
* refactor: switch to @sapphire/ts-config
* refactor: file name changes
* refactor: tweak description
* chore: update yarn.lock
* fix: add .env
* chore: bump dependencies
* feat: event handler
* refactor: use `default`
* refactor: simpler event
* chore: bump discord.js
* fix: add release script and reorder
* style: reorder package.json
* chore: remove unneeded ignores
* chore: bump minimum Node.js version
* chore: add @types/node to TypeScript package.json
* chore: apply requested changes
Co-authored-by: Noel <buechler.noel@outlook.com >
* style: run ESLint + Prettier
* refactor: prefer "the"
* refactor: remove some comments
* feat: add ESLint + Prettier
* chore: requested changes
Co-authored-by: Noel <buechler.noel@outlook.com >
* chore: more requested changes
Co-authored-by: Noel <buechler.noel@outlook.com >
---------
Co-authored-by: Noel <buechler.noel@outlook.com >
2023-05-07 18:05:26 +02:00