create-sanify
v0.2.1
Published
Scaffold a new Sanify Frontend project — bun create sanify
Readme
create-sanify
Scaffolder for Sanify Frontend projects.
Usage
bun create sanify my-app
# or
npm create sanify my-appWithout a name argument, the CLI prompts for one interactively.
Output
A ready-to-run showcase app (signals, stores, keyed lists, nested routing, resource) with a Bun dev server and HMR:
cd my-app
bun install
bun dev