UNPKG

@jorgeucanorg/init

Version:

Add scully to your angular app

24 lines (23 loc) 578 B
{ "$schema": "http://json-schema.org/schema", "id": "add-markdown", "title": "Scully add markdown schematic", "type": "object", "properties": { "routingScope": { "enum": ["Child", "Root"], "type": "string", "description": "The scope for the new routing module.", "default": "Child" }, "name": { "type": "string", "description": "add the name for the folder and module" }, "slug": { "type": "string", "description": "add the name for the :${slug}" } }, "required": [] }