javierbyte / actualizar

Update every npm dependency to `@latest`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actualizar

Update every npm dependency to @latest.

Note: I don't recommend this way of updating your dependencies.

  1. Runs npm outdated in the current directory.
  2. Installs every outdated dependency using the @latest tag. If the version name includes experimental then it uses @experimental instead.
npx actualizar

About

Update every npm dependency to `@latest`.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%