yarn create
This command will use dlx to fetch a package referenced as create- (or @ for scoped packages), then run its bin.
For example:
- `yarn create react-app` → `yarn dlx create-react-app` - `yarn create @scope/app` → `yarn dlx @scope/create-app`Options
| Option | Description |
|---|---|
--quiet | Suppress the install unless it errors |