1.3.0 • Published 5 years ago
yolo-up v1.3.0
Yolo Up
Update dependencies of a npm package.
- Delete node_packages,package-lock.json, list all dependencies and install them again to the latest version. Breaking changes are reported.
Setup
npm install yolo-up -gUsage
yolo-up [projectRoot]
Positionals:
  projectRoot  Path of project root                      [string] [default: "."]
Options:
  --help            Show help                                          [boolean]
  --version         Show version number                                [boolean]
  --packageManager  Package manager
           [string] [choices: "npm", "yarn", "pnpm", "infer"] [default: "infer"]