Commands.app

yarn add

Package Management

Add a package to dependencies

Options & Flags
Available options for this command
-D

Add to devDependencies

-g

Install globally

Examples
Common usage examples

Add package

yarn add express

Add dev dependency

yarn add -D typescript
Related Commands
You might also find these useful