vk-bot-starter
v1.0.1
Published
A basic starter for an vk bot
Downloads
1
Readme
vk bot starter
Includes utilities:
- dotenv-safe
- Identical to dotenv, but ensures that all necessary environment variables are defined after reading from .env. These needed variables are read from .env.example, which should be commited along with your project.
- vk-io
- This is a powerful Node.js module that allows you to easily interact with the API VK 🚀
- @vk-io/hear
- Simple implementation of the hears ⚙️
Development utilities:
- nodemon
nodemon
is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
- cross-env
cross-env
makes it so you can have a single command without worrying about setting or using the environment variable properly for the platform. Just set it like you would if it's running on a POSIX system, andcross-env
will take care of setting it properly.
Setup
npm install
Development
npm run dev