mtcute/packages/create-bot
2024-02-19 18:36:06 +00:00
..
src fix(create-bot): pnpm run run -> pnpm start 2024-02-08 04:31:34 +03:00
template fix(create-bot): pnpm run run -> pnpm start 2024-02-08 04:31:34 +03:00
build.config.cjs build: extracted custom build config to packages themselves 2023-11-02 21:23:17 +03:00
package.json v0.7.0 2024-02-19 18:36:06 +00:00
README.md docs: updated packages readmes 2023-11-01 14:05:45 +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.

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

pnpm create @mtcute/bot
# and follow the instructions