We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn init -2
zero install
yarn init -w
yarn init -y
yarn init -i
yarn init -p
The text was updated successfully, but these errors were encountered:
No branches or pull requests
yarn init -2
去生成一个项目模板但这个会默认绑定zero install
模式,现在不知道这个模式能做什么yarn init -w
生成一个 monorepo 的项目yarn init -y
生成一个默认只有 package.json 的项目yarn init -i
yarn init -p
生成一个私有项目The text was updated successfully, but these errors were encountered: