create-swift-rust
v0.9.1
Published
Create a new swift-rust project from a template.
Readme
create-swift-rust
Scaffold a new swift-rust project.
Usage
bunx create-swift-rust@latest my-app
# or
bun create swift-rust my-app
# or
npm create swift-rust@latest my-appThe CLI prompts for:
- Project name — directory to create.
- Rendering mode —
ssr,ssr-wasm,ssr-htmx, orwasm.
Pass --yes to skip the prompts and use the defaults.
What it generates
my-app/
├── app/
│ ├── layout.tsx
│ └── page.tsx
├── package.json
├── tsconfig.json
├── swift-rust.config.json
└── .gitignore