Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 788 Bytes

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 -g

Usage

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"]

Changelog

Change Log

License

MIT License