0.1.0 • Published 6 years ago

depu v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

depu

build status coverage status

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 myPackage@1.2.3 which also updates the package.json
  • commit the updated package.json and package-lock.json (git commit -m "updated dependencies)

depu cli

License

MIT