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
现有的命令参数依旧需要交互使用,现有的文档: https://lib.rsbuild.dev/guide/start/quick-start#quick-creation
Usage: create-rslib [options] Options: -h, --help display help for command -d, --dir create project in specified directory -t, --template specify the template to use --tools select additional tools (biome, eslint, prettier) --override override files in target directory
请求添加一些可以选择不交互模式,如:--name / -n 名称,-lang / -l = ts 等等
# 一键创建项目 npm create rslib@latest -n mydemo -l ts --tools biome --tools storybook
The text was updated successfully, but these errors were encountered:
npx create-rslib --template
No branches or pull requests
现有的命令参数依旧需要交互使用,现有的文档: https://lib.rsbuild.dev/guide/start/quick-start#quick-creation
请求添加一些可以选择不交互模式,如:--name / -n 名称,-lang / -l = ts 等等
# 一键创建项目 npm create rslib@latest -n mydemo -l ts --tools biome --tools storybook
The text was updated successfully, but these errors were encountered: