create-ionify
v0.1.0
Published
Create a new Ionify project (templates + monorepo support)
Maintainers
Readme
create-ionify
Scaffold a new Ionify project (Basic/Dashboard templates, optional monorepo, testing presets, and smart defaults).
Usage
npm create ionify@latestOr directly:
npx create-ionify@latestNotes
- This package is intentionally dependency-light and uses Node built-ins for prompts and file generation.
- Interactive prompts support arrow-key navigation (Up/Down) with defaults clearly marked.
- It generates projects that run
ionify devby default.
Release
The engine and scaffolder are separate npm package identities. From the private
engine repository, pnpm build:create produces the public release payload at
dist/create-ionify/. Publish that directory independently:
cd dist/create-ionify
npm publish