mtcute/packages/create-bot
2024-04-01 17:32:17 +00:00
..
src feat(create-bot): support bun 2024-03-23 22:53:35 +03:00
template feat(create-bot): support bun 2024-03-23 22:53:35 +03:00
build.config.cjs build: extracted custom build config to packages themselves 2023-11-02 21:23:17 +03:00
package.json v0.10.0 2024-04-01 17:32:17 +00:00
README.md feat(create-bot): support bun 2024-03-23 22:53:35 +03:00
tsconfig.json feat: new package to automatically scaffold bots 2023-10-22 20:18:12 +03:00

@mtcute/create-bot

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

Learn more

Features

  • Linters: can generate linting configs for eslint and prettier
  • 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, run one of the following commands:

pnpm create @mtcute/bot
# or
yarn create @mtcute/bot
# or
npm create @mtcute/bot
# or
bun create @mtcute/bot

and follow the instructions