@opentf/create-web
v0.5.0
Published
The official scaffolding tool for the OTF Web.
Maintainers
Readme
@opentf/create-web
The official scaffolding tool for OTF Web.
Quick Start
Get a new project up and running in seconds (the toolchain runs on Bun):
bun create @opentf/web@latest my-app
cd my-app
bun install
bun run devFeatures
- 🏗️ Instant Scaffolding: A ready-to-run OTF Web app —
index.html+ file-basedapp/routes, no config. - 🎨 Styling choice: Plain CSS, or TailwindCSS v4 compiled by the toolchain (no extra config).
- ⚡ OpenTF toolchain:
otfw dev(Rolldown-driven dev server with live reload),otfw build, andotfw build --ssg(static pre-render) — powered by the IR compiler.
Usage
bun create @opentf/web@latest my-cool-appFollow the interactive prompts to choose a styling solution. The generated project
has dev, build, and build:ssg scripts.
License
MIT © Open Tech Foundation
