mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
yarn/README.rst punctuation
This commit is contained in:
parent
990002e5dc
commit
2ad9b29dcc
1 changed files with 8 additions and 5 deletions
|
@ -13,9 +13,12 @@
|
|||
yarn README
|
||||
==================
|
||||
|
||||
Yarn is an alternative to npm that is becoming more widely used though there is still intense npm v. yarn debate.
|
||||
Yarn is an alternative to npm that is becoming more widely used though there is
|
||||
still intense npm v. yarn debate.
|
||||
|
||||
Its used for the internetarchive role partly because its faster and with MUCH less confusing error messages,
|
||||
partly because it does a better job of deduplicating nested modules - reducing disk and bandwidth usage
|
||||
but more importantly because the resulting node_modules is deterministic,
|
||||
so we can reach down and link to inner modules (dweb-archive and dweb-transports in particular) with certainty about where they will be.
|
||||
It's used for the internetarchive role partly because its faster and with MUCH
|
||||
less confusing error messages, partly because it does a better job of
|
||||
deduplicating nested modules - reducing disk and bandwidth usage but more
|
||||
importantly because the resulting node_modules is deterministic, so we can
|
||||
reach down and link to inner modules (dweb-archive and dweb-transports in
|
||||
particular) with certainty about where they will be.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue