update-modules
Version:
This module is used to update all modules in the project.
30 lines (19 loc) • 864 B
Markdown
_The "update-modules" tool is a game-changer for developers looking to keep their projects up-to-date effortlessly. Say goodbye to the hassle of manually checking for updates; this module automates the entire process, ensuring your dependencies are always current. Enhance your productivity and focus on what truly matters – building innovative solutions._
### Module Download
```bash
npm install update-modules@latest
```
### Add Script in package.json
```json
"scripts": {
"update-modules": "update-modules"
}
```
### Run
```bash
npm run update-modules
```
### License
[](https://choosealicense.com/licenses/mit/)
### Contact
> If you have any feedback, contribution, bug report or suggestion, please feel free to contact **me@cihatksm.com**.