@sigx/create
v0.2.2
Published
Create a new SignalX project — `npm create @sigx@latest my-app`
Maintainers
Readme
@sigx/create
The canonical scaffolder for SignalX projects.
npm create @sigx@latest my-app
pnpm create @sigx my-app
yarn create @sigx my-app
bunx create @sigx my-appYou'll be prompted to pick a template (basic / SSR / SSG / Lynx, with optional Tailwind or daisyUI).
📚 Documentation
Full guides, template reference and live examples → https://sigx.dev/cli/
What this package is
@sigx/create is a ~10-line shim that delegates to @sigx/cli's create command. The actual scaffolding logic, prompts, and templates all live in @sigx/cli. This package exists to give SignalX the canonical npm create @sigx onboarding URL — see Vite, Next, Astro for the same pattern.
After scaffolding, your project uses @sigx/cli directly (sigx dev, sigx build, etc.).
License
MIT — © Andreas Ekdahl
