2.0.0 • Published 6 years ago
create-bot v2.0.0
create-bot
CLI for fast Telegram Bot scaffolding.
Install
npm init bot cool-bot
cd cool-botyarn create bot cool-bot
cd cool-botLocal install
Using yarn:
yarn global add create-botOr using add:
npm install create-bot -gUsage
# Generate project in specific folder
create-bot cool-bot
cd cool-bot