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
- Host: GitHub
- URL: https://github.com/xzeldon/create-vk-bot
- Owner: xzeldon
- Created: 2021-08-09T16:19:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T11:18:07.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T09:33:58.864Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.