Skip to content

yarn create

Terminal window
yarn create

This command will use dlx to fetch a package referenced as create- (or @/create- 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

OptionDescription
--quietSuppress the install unless it errors