|
18 | 18 |
|
19 | 19 | Yarn is a modern package manager split into various packages. Its novel architecture allows to do things currently impossible with existing solutions:
|
20 | 20 |
|
21 |
| -- Yarn supports [plugins](https://yarnpkg.com/features/plugins); adding a plugin is as simple as adding it into your repository |
| 21 | +- Yarn supports [plugins](https://yarnpkg.com/features/plugins); adding a plugin is as simple as adding it to your repository |
22 | 22 | - Yarn supports Node by default but isn't limited to it - plugins can add support for other languages
|
23 | 23 | - Yarn supports [workspaces](https://yarnpkg.com/features/workspaces) natively, and its CLI takes advantage of that
|
24 |
| -- Yarn uses a bash-like [portable shell](https://github.com/yarnpkg/berry/tree/master/packages/yarnpkg-shell#yarnpkgshell) to make package scripts portable across of Windows, Linux, and macOS |
| 24 | +- Yarn uses a bash-like [portable shell](https://github.com/yarnpkg/berry/tree/master/packages/yarnpkg-shell#yarnpkgshell) to make package scripts portable across Windows, Linux, and macOS |
25 | 25 | - Yarn is first and foremost a [Node API](https://yarnpkg.com/api/) that can be used programmatically (via [@yarnpkg/core](packages/yarnpkg-core))
|
26 | 26 | - Yarn is written in [TypeScript](https://www.typescriptlang.org/) and is fully type-checked
|
27 | 27 |
|
@@ -68,7 +68,7 @@ Yarn is a modern package manager split into various packages. Its novel architec
|
68 | 68 | </a>
|
69 | 69 | </td>
|
70 | 70 | <td>
|
71 |
| - <b><a href="https://www.datadoghq.com/">Datadog</a></b> has been sponsoring the time from our lead maintainer for more than a year now. They also upgraded our account so that we can benefit from long-term telemetry (<a href="https://github.com/yarnpkg/berry/issues/1250">RFC</a>). |
| 71 | + <b><a href="https://www.datadoghq.com/">Datadog</a></b> has been sponsoring the time of our lead maintainer for more than a year now. They also upgraded our account so that we can benefit from long-term telemetry (<a href="https://github.com/yarnpkg/berry/issues/1250">RFC</a>). |
72 | 72 | </td>
|
73 | 73 | </tr>
|
74 | 74 | <tr>
|
@@ -225,7 +225,7 @@ To create your own plugin, please refer to the [documentation](https://yarnpkg.c
|
225 | 225 |
|
226 | 226 | ## Generic packages
|
227 | 227 |
|
228 |
| -The following packages are generic and can be used in a variety of purposes (including to implement other package managers, but not only): |
| 228 | +The following packages are generic and can be used for a variety of purposes (including to implement other package managers, but not only): |
229 | 229 |
|
230 | 230 | - [@yarnpkg/core](packages/yarnpkg-core) allows any application to manipulate a project programmatically.
|
231 | 231 | - [@yarnpkg/fslib](packages/yarnpkg-fslib) is a set of tools to abstract the filesystem through type-safe primitives.
|
|
0 commit comments