Skip to content

telegraf/create-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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