https://github.com/sqlzzy/deps-updater
Updater outdated packages
https://github.com/sqlzzy/deps-updater
installer javascript node nodejs npm npm-package package packages updater
Last synced: 17 days ago
JSON representation
Updater outdated packages
- Host: GitHub
- URL: https://github.com/sqlzzy/deps-updater
- Owner: sqlzzy
- License: mit
- Created: 2023-12-23T19:52:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T22:42:27.000Z (about 2 years ago)
- Last Synced: 2024-04-14T15:22:43.521Z (about 2 years ago)
- Topics: installer, javascript, node, nodejs, npm, npm-package, package, packages, updater
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/deps-updater
- Size: 190 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deps-updater
This is a package for identifying and updating outdated dependencies.
## Installation
```console
$ npm install --save-dev deps-updater
```
## Usage
1. Install package
2. Add in package.json in "scripts": `"your_command": "./node_modules/deps-updater/bin/deps-updater.js"`
3. Run command in console: `npm run your_command`
4. Done! Outdated packages updated!
## Example

## File structure
- ```src/``` -- folders and files projects
- ```src/utils/``` -- folders and files with utils
- ```src/scripts/``` -- folders and files with scripts
- ```src/**/__tests__``` -- folders and files with tests for scripts
## Note
Feedback and suggestions write to the [issue](https://github.com/sqlzzy/deps-updater/issues).
## Support versions Node
`^18.18.0 || ^20.9.0 || >=21.1.0`
## Author
[Sergey Osipov](https://github.com/sqlzzy)
## License
[MIT](MIT.md)