forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.yml
More file actions
26 lines (21 loc) Β· 1.44 KB
/
plugins.yml
File metadata and controls
26 lines (21 loc) Β· 1.44 KB
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
# This file contains the list of officially endorsed plugins.
"@berry/plugin-exec":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-exec/bin/%40berry/plugin-exec.js"
experimental: true
description: "Adds a new protocol to Yarn (`exec:`) that dynamically generate packages instead of downloading them."
"@berry/plugin-stage":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-stage/bin/%40berry/plugin-stage.js"
experimental: true
description: "Adds a new command to Yarn (`yarn stage`) to automatically stage & commit all Yarn-related files."
"@berry/plugin-typescript":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-typescript/bin/%40berry/plugin-typescript.js"
experimental: true
description: "Adds various utilities for a seamless TypeScript experience. Consult the plugin page for more details."
"@berry/plugin-version":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-version/bin/%40berry/plugin-version.js"
experimental: true
description: "Adds various utilities that improve the experience when releasing new versions of your packages."
"@berry/plugin-workspace-tools":
url: "https://github.com/yarnpkg/berry/raw/master/packages/plugin-workspace-tools/bin/%40berry/plugin-workspace-tools.js"
experimental: true
description: "Adds various new commands that make working with workspaces a more pleasing experience. Consult the plugin page for more details."