@aditya_kbr01/create-stack-app
v1.0.0
Published
CLI to generate stack-based project templates
Readme
Create Stack App
A CLI tool to scaffold full-stack applications with MERN, MEVN, PERN, or T3 stacks. It generates complete project templates with client and server.
Installation
npm install -g create-stack-appUsage
create-stack-appFollow the prompts to select:
- Project name
- Stack (MERN, MEVN, PERN, T3)
- Language (JavaScript or TypeScript)
- UI library (DaisyUI for MEVN, shadcn/UI for MERN/PERN/T3)
Features
- Generates complete project templates with client and server.
- Supports Tailwind CSS v4 and DaisyUI for MEVN.
- Includes shadcn/UI components for MERN, PERN, and T3.
- TypeScript and JavaScript support.
Contributing
- Contributions are welcome! Please open an issue or PR on GitHub
