@mariozechner/create-app
Version:
CLI for creating deployable web applications with Docker, Caddy, and modern tooling
30 lines • 619 B
JSON
{
"name": "SPA + API",
"description": "Single Page App with API backend",
"inherits": ["static"],
"prompts": [
{
"name": "domain",
"type": "text",
"message": "Domain (e.g. myapp.com)"
},
{
"name": "server",
"type": "text",
"message": "Production server",
"initial": "slayer.marioslab.io"
},
{
"name": "serverDir",
"type": "text",
"message": "Server directory",
"initial": "/home/badlogic"
},
{
"name": "apiPort",
"type": "number",
"message": "API development port",
"initial": 3000
}
]
}