Yarn: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
Line 16: 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