CLI for fast Telegram Bot scaffolding.
npm init bot cool-bot
cd cool-botyarn create bot cool-bot
cd cool-botUsing yarn:
yarn global add create-botOr using add:
npm install create-bot -g# Generate project in specific folder
create-bot cool-bot
cd cool-bot