@sprouted/create-vibes
Version:
Create a new Vibes monorepo
22 lines • 476 B
JSON
{
"name": "todo",
"type": "feature",
"architecture": "vertical-slice",
"layers": {
"ui": "Todo list UI components and screens",
"api": "Todo CRUD API endpoints",
"logic": "Todo business logic and validation",
"data": "Todo data models and types"
},
"status": "example",
"dependencies": ["@shared/api"],
"exports": [
"TodoList",
"TodoItem",
"TodoScreen",
"TodoService",
"Todo",
"CreateTodoDto",
"UpdateTodoDto"
]
}