@malv/create-malv
v1.0.6
Published
Scaffold new MALV projects
Downloads
44
Maintainers
Readme
create-malv
Project scaffolding CLI for MALV.
Purpose
Bootstrap new MALV projects with best practices built-in, similar to create-react-app.
Usage
npm create malv@latest my-project
# or
yarn create malv my-project
# or
npx create-malv my-projectWhat It Does
- Prompts for project name and location
- Scaffolds project from templates (root, website, app)
- Optionally installs dependencies
- Shows next steps
Templates
| Template | Description |
|----------|-------------|
| root/ | Monorepo root with workspace configuration |
| website/ | Web client with auth, conversations, and object rendering |
| app/ | MALV app with tools, tokens, and Cloudflare Worker setup |
After Scaffolding
cd my-project
yarn install # if not done during setup
yarn dev:website --project my-projectThis will:
- Authenticate you with Google OAuth
- Create/select your website
- Let you manage installed apps
- Start the development server
Dependencies
inquirer- Interactive promptschalk- Colored terminal outputora- Loading spinnersfs-extra- File system utilities
License
MIT
