An open API service indexing awesome lists of open source software.

https://github.com/xzeldon/create-vk-bot

A CLI to automatically clone the vk-bot-starter
https://github.com/xzeldon/create-vk-bot

Last synced: 2 months ago
JSON representation

A CLI to automatically clone the vk-bot-starter

Awesome Lists containing this project

README

        

# create-vk-bot

A CLI to automatically clone the [vk-bot-starter](https://github.com/xzeldon/vk-bot-starter).

## Installation

Install the CLI globally OR use npx:

```sh
npm install -g create-vk-bot
```

## Usage

```sh
# 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](https://github.com/xzeldon/vk-bot-starter) repo into it, and install dependencies.