Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 511 Bytes

yarn-up-all

Description

This is a Yarn2 (Berry) plugin that will update all dependencies of a project with one simple command.

Installation

yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.0/index.js

Usage

To update all plugins (including devDependencies), run:

yarn up-all

To exclude a dependency, run

yarn up-all --exclude package

To exclude multiple dependencies:

yarn up-all --exclude "package1 package2"