1.0.4 • Published 2 years ago

create-telegram-app v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Set up telegram bot dev environment with Telegram Framework.

Install

    $ npx create-telegram-app <path> --typescript
    $ cd <path>

Note: flag typescript is optional, if it's absent - regular javascript project will be created

Configuration

Specify telegram token in .env file

    // .env file
    TELEGRAM_TOKEN=...

Start

    $ npm start