This repository has been archived by the owner on May 8, 2023. It is now read-only.
forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugins.yml
41 lines (33 loc) · 2.18 KB
/
plugins.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file contains the list of officially endorsed plugins.
"@yarnpkg/plugin-constraints":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-constraints/bin/%40yarnpkg/plugin-constraints.js"
experimental: true
description: "Adds a new command to Yarn (`yarn constraints`) to enforce lint rules across workspaces."
"@yarnpkg/plugin-hello-world":
url: "https://github.com/yarnpkg/berry/raw/master/scripts/plugin-hello-world.js"
experimental: true
description: "Adds a `yarn hello` command that says 'hello'."
"@yarnpkg/plugin-exec":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-exec/bin/%40yarnpkg/plugin-exec.js"
experimental: true
description: "Adds a new protocol to Yarn (`exec:`) that dynamically generate packages instead of downloading them."
"@yarnpkg/plugin-interactive-tools":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-interactive-tools/bin/%40yarnpkg/plugin-interactive-tools.js"
experimental: true
description: "Adds various commands providing a more high-level control on your project through terminal interfaces."
"@yarnpkg/plugin-stage":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-stage/bin/%40yarnpkg/plugin-stage.js"
experimental: true
description: "Adds a new command to Yarn (`yarn stage`) to automatically stage & commit all Yarn-related files."
"@yarnpkg/plugin-typescript":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-typescript/bin/%40yarnpkg/plugin-typescript.js"
experimental: true
description: "Adds various utilities for a seamless TypeScript experience. Consult the plugin page for more details."
"@yarnpkg/plugin-version":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-version/bin/%40yarnpkg/plugin-version.js"
experimental: true
description: "Adds a new workflow to Yarn (`yarn version`) to efficiently manage releases in a monorepository."
"@yarnpkg/plugin-workspace-tools":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-workspace-tools/bin/%40yarnpkg/plugin-workspace-tools.js"
experimental: true
description: "Adds various commands that make working with workspaces a more pleasing experience."