create-supamode-app
v0.1.1
Published
Create a new Supamode application with one command
Maintainers
Readme
create-supamode-app
Create a new Supamode application with one command.
Usage
# Interactive mode
npx create-supamode-app
# With project name
npx create-supamode-app my-admin-app
# With options
npx create-supamode-app my-admin-app --no-git --no-installOptions
--template, -t: Template to use (default: 'default')--git: Initialize git repository (default: true)--install: Install dependencies (default: true)--help, -h: Show help--version, -v: Show version
What it does
- Clones the Supamode repository
- Installs dependencies with
pnpm - Updates package.json with your project name
