create-momentum-app
v0.5.11
Published
Create a new Momentum CMS application
Maintainers
Readme
create-momentum-app
Scaffold a new Momentum CMS application with a single command.
Usage
npx create-momentum-appNon-interactive
npx create-momentum-app my-app --flavor angular --database postgresOptions
| Flag | Description | Default |
| -------------- | ---------------------- | ---------- |
| --flavor | angular or analog | (prompted) |
| --database | postgres or sqlite | (prompted) |
| --no-install | Skip npm install | false |
What you get
- A fully configured Momentum CMS project
- Angular SSR with Express or Analog with Nitro
- Admin dashboard UI at
/admin - REST API at
/api - Authentication via Better Auth
- Drizzle ORM with PostgreSQL or SQLite
- Docker Compose setup for PostgreSQL (when using postgres)
- Tailwind CSS with the Momentum admin theme
- Project-local Claude Code skills under
.claude/skills, includingheadless-uifor custom app UI built on@momentumcms/headless
