depu
v0.1.0
Published
automatically update your dependencies
Downloads
2
Readme
depu
automatically update dependencies of your NodeJS application
Usage
npx depu [--major|minor|patch] [--prefix="@myNamespace"]depu will
- cleanup node_modules to ensure dependencies are matching package.json (
npm prune) - look for outdated packages (
npm outdated) - look for available versions (
npm view myPackage version) - install newer packages with
npm install [email protected]which also updates the package.json - commit the updated package.json and package-lock.json (
git commit -m "updated dependencies)

License
MIT
