Yarn: Difference between revisions

From wikinotes
No edit summary
 
(One intermediate revision 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 13: 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