mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 04:42:16 +00:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# yarn-why
|
|
|
|
> Identifies why a Yarn package has been installed.
|
|
> More information: <https://github.com/amio/yarn-why>.
|
|
|
|
- Show why a Yarn package is installed:
|
|
|
|
`yarn-why {{package}}`
|