This repository was archived by the owner on May 6, 2022. It is now read-only.
This repository was archived by the owner on May 6, 2022. It is now read-only.
Add support for ‘yarn create’ along with already supported npx. #18
Description
Yarn create command expects that the package name should start with a prefix “create-“ like “create-react-app” and “create-next-app”. Since the project name is “amclin-create-react-app”, yarn create command fails right now.
Change the name to “create-amclin-react-app” will resolve this issue.