create-movement-app
v0.0.6
Published
Create a new Movement mini app with the Movement SDK
Maintainers
Readme
create-movement-app
Create Movement mini apps with a single command.
Quick Start
npx create-movement-app my-appWhat It Does
The CLI will guide you through:
- App name - Validates your app name (lowercase letters, numbers, and hyphens only)
- Use Movement Design System? - Choose between design system or basic template
- Template Download - Downloads from mini-app-examples:
- With Design System →
mini-app-starter-ds - Without Design System →
mini-app-starter-basic
- With Design System →
- Install dependencies? - Automatically detects your package manager (pnpm/yarn/npm)
- Open in editor? - Detects available editors (Cursor, VS Code, Zed, Sublime)
- Start dev server? - Optionally starts the development server immediately
After setup, you'll see helpful links for testing and getting started with your mini app.
Manual Setup
If you chose not to install dependencies or start the dev server during setup:
cd my-app
pnpm install # or npm/yarn
pnpm dev # or npm run dev / yarn devThen open the Movement Everything app to test your mini app.
Templates
Templates are hosted at github.com/moveindustries/mini-app-examples:
mini-app-starter-ds- Includes Movement Design Systemmini-app-starter-basic- Basic starter without design system
Requirements
- Node.js 16+
- npm or yarn
License
MIT
