Skip to content

Commit

Permalink
docs: change the install section of all plugin readme.md to `This…
Browse files Browse the repository at this point in the history
… plugin is included by default in Yarn4.`
  • Loading branch information
jj811208 committed Oct 8, 2022
1 parent bd0ad90 commit e937c08
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 21 deletions.
4 changes: 1 addition & 3 deletions packages/plugin-constraints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ This plugin adds support for [constraints](https://yarnpkg.com/features/constrai

## Install

```
yarn plugin import constraints
```
This plugin is included by default in Yarn 4.
4 changes: 1 addition & 3 deletions packages/plugin-exec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ This plugin will add support to Yarn for the `exec:` protocol. This protocol is

## Install

```
yarn plugin import exec
```
This plugin is included by default in Yarn 4.

## Usage

Expand Down
4 changes: 1 addition & 3 deletions packages/plugin-interactive-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ This plugin adds support for various interactive commands.

## Install

```
yarn plugin import interactive-tools
```
This plugin is included by default in Yarn 4.

## Commands

Expand Down
4 changes: 1 addition & 3 deletions packages/plugin-stage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ This plugin adds support for the [`yarn stage`](https://yarnpkg.com/cli/stage) c

## Install

```
yarn plugin import stage
```
This plugin is included by default in Yarn 4.
4 changes: 1 addition & 3 deletions packages/plugin-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

## Install

```bash
yarn plugin import typescript
```
This plugin is included by default in Yarn 4.

## Example

Expand Down
4 changes: 1 addition & 3 deletions packages/plugin-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ This plugin adds support for the new [release workflow](https://yarnpkg.com/feat

## Install

```
yarn plugin import version
```
This plugin is included by default in Yarn 4.
4 changes: 1 addition & 3 deletions packages/plugin-workspace-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ This plugin adds support for various workspace-related commands.

## Install

```
yarn plugin import workspace-tools
```
This plugin is included by default in Yarn 4.

## Commands

Expand Down

0 comments on commit e937c08

Please sign in to comment.