Skip to content

Codewithajoydas/create-das-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-app

Or install globally:

npm install -g create-das-app
create-das-app

Features

  • 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-app

You 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 install

Run locally:

node cli.js

Publish

npm publish --access public

Contributing

Pull requests are welcome. Keep changes simple and focused.


License

MIT

About

A lightweight CLI for creating production-ready app templates (Next.js, Expo, Node.js) in seconds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors