create-ur-ass
v1.0.2-latest
Published
simple backend template
Maintainers
Readme
Create Your Ass
simple backend template
npm install --global create-ur-ass
npx create-ur-ass <Project Name> Project Tree:
📦 <Project Name>
├── 📄 package.json
├── 📄 index.ts
├── ⚙️ .env
│
├── 📁 modules
│ └── 📁 home
│ ├── 🧩 home.controller.ts
│ ├── 👥 home.model.ts
│ └── 💾 home.router.ts
│
├── 📁 middleware
│ └── 🐧 authentication.ts
│
├── 📁 db
│ └── 🧰 connect.ts
