create-bight
v0.2.0
Published
Create command for the Bight.ts Discord bot framework
Downloads
31
Readme
create-bight
Scaffold a new Bight.ts Discord bot with a guided prompt flow or direct CLI flags.
Quick start
npm create bight@latestpnpm create bightbun create bightTemplates
Use --template to start from named pre-selections instead of choosing every option from scratch.
starter: balanced default with validation helpers and formatter examplesminimal: smallest official scaffoldhybrid: slash commands plus message and prefix command supportops-ready: devtools, settings, and startup checks
Examples:
npm create bight@latest -- --template=starterbun create bight --template=hybrid --package-manager=bunpnpm create bight --template=ops-ready --storage=prisma --sql-provider=postgresUseful flags
--template=<starter|minimal|hybrid|ops-ready>--package-manager=<pnpm|bun|npm|yarn>--storage=<json|keyv|drizzle|prisma|mongoose>--sql-provider=<sqlite|postgres|mysql>--keyv-store=<sqlite|postgres|mysql|redis>--command-mode=<guild|global>--extras=<name1,name2,...>--install=<true|false>--git=<true|false>--yes
Local development
pnpm install
pnpm --filter create-bight test
pnpm --filter create-bight build
pnpm smoke:cliDocs:
- https://bight-ts.github.io/create-bight/reference/cli/create-bight/
