create-plumix-app
v0.1.1
Published
Scaffold a new Plumix project
Readme
create-plumix-app
Scaffold a new Plumix project.
Usage
pnpm create plumix-app my-app
cd my-app
pnpm install
pnpm devThe target directory must not exist (or must be empty); its parent
directory must exist. The scaffolder copies the chosen template and
rewrites the new package.json's name field to match the target
directory's basename.
See the comments in the generated plumix.config.ts and
wrangler.jsonc for the few placeholders you'll want to edit before
deploying (Cloudflare account subdomain, D1 database id).
Templates
Pick a template with --template <name> (default: minimal). Each
template mirrors an example from the Plumix monorepo:
pnpm create plumix-app my-blog --template blog- minimal —
@plumix/runtime-cloudflareon D1 with passkey auth and aconsoleMailer()default for development. The smallest working app. - blog — minimal plus
@plumix/plugin-blog,@plumix/plugin-pages, and@plumix/plugin-media.
Support
Have a question? Start a discussion. Found a bug? Open an issue.
Contributing
PRs and ideas welcome. The Contributing guide gets you set up — new contributors especially welcome.
License
MIT © Plumix Contributors
