Skip to content

Instantly share code, notes, and snippets.

@cagcak
Created August 7, 2021 17:12
Show Gist options
  • Save cagcak/c86289979ed2aca53c13f7845296ce28 to your computer and use it in GitHub Desktop.
Save cagcak/c86289979ed2aca53c13f7845296ce28 to your computer and use it in GitHub Desktop.
Default custom angular schematics schema
{
"$schema": "http://json-schema.org/schema",
"id": "fix-mod",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
}
},
"required": ["name"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment