mtcute/packages/create-bot
2024-09-28 22:15:45 +00:00
..
scripts chore: migrate to antfu eslint config (+ reformat) 2024-08-18 07:18:13 +03:00
src build: build with vite (initial) 2024-08-24 22:55:25 +03:00
template fix(create-bot): disable antfu/no-top-level-await rule 2024-09-27 14:35:25 +03:00
build.config.js build: build with vite (initial) 2024-08-24 22:55:25 +03:00
package.json v0.16.13 2024-09-28 22:15:45 +00:00
README.md feat(create-bot): various improvements 2024-06-24 17:49:47 +03:00
tsconfig.json build: build with vite (initial) 2024-08-24 22:55:25 +03:00

@mtcute/create-bot

Starter kit for creating bots using @mtcute/node or @mtcute/bun.

Learn more

Features

  • Linters: can set up linters using @antfu/eslint-config
  • TypeScript: can generate a TypeScript project
  • Docker: can generate a Dockerfile for easy deployment
  • I18n: can generate a basic i18n setup using @mtcute/i18n

Usage

Depending on your preferred package manager and runtime, run one of the following commands:

pnpm create @mtcute/bot my-awesome-bot
# or
yarn create @mtcute/bot my-awesome-bot
# or
npm create @mtcute/bot my-awesome-bot
# or
bun create @mtcute/bot my-awesome-bot
# or
deno run -A npm:@mtcute/create-bot my-awesome-bot

and follow the instructions