Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- **CLI Argument for Project Name** — skip the project name prompt by passing the app name as a CLI argument.
- **Package Manager Detection** — automatically detects installed package managers (`npm`, `yarn`, `pnpm`) and only prompts with available options.
- **Robust Error Handling** — graceful handling of package installation failures with retry mechanisms and helpful error messages.
- **Compatibility Validation** — warns about package compatibility issues (e.g., Shadcn UI requires Tailwind CSS).
- **Next.js App Directory** — support for the new Next.js app directory.
- **Custom Page Generation** — create multiple pages at once.
- **Linter Support** — choose between no linter, ESLint, and Biome.
Expand Down
Loading