1.0.1 • Published 4 years ago
vk-bot-starter v1.0.1
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
nodemonis 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-envmakes 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-envwill take care of setting it properly.
Setup
npm installDevelopment
npm run dev1.0.1
4 years ago