create-das-app
v1.0.2
Published
Fast CLI to scaffold full-stack apps with ready templates
Downloads
342
Readme
create-das-app
A fast CLI tool to scaffold full-stack projects with pre-configured templates (Next.js, Expo, Backend, and more).
Installation
You don’t need to install globally. Use directly:
npx create-das-appOr install globally:
npm install -g create-das-app
create-das-appFeatures
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
Usage
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)
Project Templates
Web (Next.js)
- App Router setup
- Prebuilt UI states
- Clean folder structure
Expo App
- File-based routing
- Basic components setup
- Ready for mobile development
Backend
- Express setup
- MVC structure
- API-ready boilerplate
Folder Structure Example
src/
├── components/
├── features/
├── hooks/
├── lib/
├── pages/ or app/Development
Clone the repo:
git clone https://github.com/your-username/create-das-app.git
cd create-das-app
npm installRun locally:
node cli.jsPublish
npm publish --access publicContributing
Pull requests are welcome. Keep changes simple and focused.
License
MIT
