A fast CLI tool to scaffold full-stack projects with pre-configured templates (Next.js, Expo, Backend, and more).
You don’t need to install globally. Use directly:
npx create-das-appOr install globally:
npm install -g create-das-app
create-das-app-
Quick project scaffolding
-
Multiple templates:
- Web (Next.js)
- Expo (React Native)
- Backend (Node.js)
-
Pre-configured structure (no setup needed)
-
Built-in UI states (Loading, Error, NotFound)
-
Clean folder architecture
Run the CLI:
npx create-das-appYou will be prompted to:
- Enter project name
- Select project type
- Choose whether to install dependencies
- Initialize Git (optional)
- App Router setup
- Prebuilt UI states
- Clean folder structure
- File-based routing
- Basic components setup
- Ready for mobile development
- Express setup
- MVC structure
- API-ready boilerplate
src/
├── components/
├── features/
├── hooks/
├── lib/
├── pages/ or app/Clone the repo:
git clone https://github.com/your-username/create-das-app.git
cd create-das-app
npm installRun locally:
node cli.jsnpm publish --access publicPull requests are welcome. Keep changes simple and focused.
MIT