@telegram-apps/create-mini-app
v1.1.0
Published
CLI tool to scaffold your new mini application on the Telegram Mini Apps platform.
Downloads
375
Readme
@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.
# 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.