create-fullstack-starter
v0.2.2
Published
CLI to scaffold fullstack-starter template from GitHub
Maintainers
Readme
create-fullstack-starter
CLI tool to quickly scaffold the Fullstack Starter template
English | 한국어
Introduction
Downloads the fullstack-starter template from GitHub to create a new project.
A production-ready fullstack monorepo template based on Next.js 16, FastAPI, Flutter, Terraform, and mise.
For more details, see the fullstack-starter repository or documentation.
Usage
# Run with npx
npx create-fullstack-starter my-project
# Or use package manager's create command
npm create fullstack-starter my-project
yarn create fullstack-starter my-project
pnpm create fullstack-starter my-project
# Run interactively
npx create-fullstack-starter
# Create in current folder
npx create-fullstack-starter .Options
| Option | Description |
|--------|-------------|
| [directory] | Directory to create the project in (default: interactive prompt) |
| -v, --version | Show version |
| -h, --help | Show help |
Next Steps After Creation
cd my-project
mise install # Install runtimes (Node, Python, Flutter, etc.)
mise run install # Install dependencies
mise infra:up # Start local infrastructure (PostgreSQL, Redis, MinIO)
mise dev # Start development serversLicense
MIT
