Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 338 Bytes

File metadata and controls

19 lines (16 loc) · 338 Bytes

cpa.config.json schema

Mirrors cna.config.json from Create-Node-App with Python-oriented fields.

{
  "name": "fastapi-starter",
  "customOptions": [
    {
      "key": "projectName",
      "type": "string",
      "message": "Project name",
      "default": "my-app"
    }
  ]
}

Parse errors raise CPA_CONFIG_PARSE.