Yarn: Difference between revisions

From wikinotes
(Created page with "npm replacement that is parallellized. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://yarnpkg.com/getting-started |- | home || https://...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[npm]] replacement that is parallellized.
[[npm]] replacement that is parallellized.
{{ TODO |
split this into yarn-1 and yarn-2 pages }}


= Documentation =
= Documentation =
Line 5: Line 8:
{| class="wikitable"
{| class="wikitable"
|-
|-
| official docs || https://yarnpkg.com/getting-started
| official docs (new yarn) || https://yarnpkg.com/getting-started
|-
| official docs (old yarn) || https://classic.yarnpkg.com/lang/en/
|-
|-
| home || https://yarnpkg.com/
| home || https://yarnpkg.com/
Line 11: Line 16:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Usage =
<blockquote>
<source lang="bash">
yarn run ... # runs a command from your package.json
</source>
</blockquote><!-- usage -->

Latest revision as of 15:32, 26 June 2023

npm replacement that is parallellized.

TODO:

split this into yarn-1 and yarn-2 pages

Documentation

official docs (new yarn) https://yarnpkg.com/getting-started
official docs (old yarn) https://classic.yarnpkg.com/lang/en/
home https://yarnpkg.com/

Usage

yarn run ... # runs a command from your package.json