create-rsbuild
v1.0.7
Published
Create a new Rsbuild project
Downloads
2,896
Readme
create-rsbuild
Create a new Rsbuild project.
Using npm create
:
npm create rsbuild@latest
Using CLI flags:
npx create-rsbuild --dir my-project --template react
# Using abbreviations
npx create-rsbuild -d my-project -t react
Documentation
https://rsbuild.dev/
Contributing
Please read the Contributing Guide.
License
Rsbuild is MIT licensed.