Socket
Book a DemoInstallSign in
Socket

@mtcute/create-bot

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtcute/create-bot

Bot starter kit for mtcute

latest
Source
npmnpm
Version
0.25.5
Version published
Maintainers
0
Created
Source

@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

FAQs

Package last updated on 22 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts