Consumer Templates
standards.project.json
This consumer configuration selects the standards profile and enabled extensions for one repository.
Intent
This consumer configuration selects the standards profile and enabled extensions for one repository. Copy it to the consumer repository root and replace the example values.
Template
{
"$schema": "./standards/schemas/standards-project.schema.json",
"project": {
"name": "__PROJECT__"
},
"profile": "dotnet-nextjs",
"paths": {
"apiSolution": "__API_SOLUTION__",
"domainDocs": "docs/domain",
"uiDocs": "docs/ui",
"frontends": []
},
"extensions": [],
"overrides": []
}