Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 495 Bytes

readme.md

File metadata and controls

38 lines (27 loc) · 495 Bytes

create-bot

NPM version

CLI for fast Telegram Bot scaffolding.

Install

npm init bot cool-bot
cd cool-bot
yarn create bot cool-bot
cd cool-bot

Local install

Using yarn:

yarn global add create-bot

Or using add:

npm install create-bot -g

Usage

# Generate project in specific folder
create-bot cool-bot
cd cool-bot