create-vk-bot
v1.0.3
Published
A CLI to automatically clone the vk-bot-starter
Downloads
2
Readme
create-vk-bot
A CLI to automatically clone the vk-bot-starter.
Installation
Install the CLI globally OR use npx:
npm install -g create-vk-bot
Usage
# with global install
create-vk-bot name-of-bot
# with npx
npx create-vk-bot name-of-bot
This will create a directory with the given name, clone the vk-bot-starter repo into it, and install dependencies.