@mariozechner/create-app
Version:
CLI for creating deployable web applications with Docker, Caddy, and modern tooling
23 lines • 469 B
JSON
{
"name": "Static files only",
"description": "Simple static file server",
"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"
}
]
}