Skip to content

@telegram-apps/create-mini-app

CLI tool to scaffold your new mini application on the Telegram Mini Apps platform.

Usage

To run the tool, use one of the following scripts depending on your package manager.

bash
pnpm dlx @telegram-apps/create-mini-app@latest
bash
npx @telegram-apps/create-mini-app@latest
bash
yarn create @telegram-apps/mini-app

The tool will launch the project initialization process, prompting you with questions related to the required technologies for your project and ultimately creating your project using some well-known templates.

Released under the MIT License.