CLI tool to scaffold your new mini application on the Telegram Mini Apps platform.
To run the tool, use one of the following scripts depending on your package manager.
# npm
npx @telegram-apps/create-mini-app
# yarn
yarn create @telegram-apps/mini-app
# pnpm
pnpm dlx @telegram-apps/create-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.