UNPKG

@nstudio/angular

Version:

Angular Plugin for xplat

35 lines (34 loc) 702 B
{ "$schema": "http://json-schema.org/schema", "$id": "pipe", "title": "Create a pipe in xplat.", "type": "object", "properties": { "name": { "type": "string", "description": "Pipe name", "$default": { "$source": "argv", "index": 0 } }, "feature": { "type": "string", "description": "Target feature" }, "projects": { "type": "string", "description": "Target projects" }, "platforms": { "type": "string", "description": "Target platforms" }, "skipFormat": { "description": "Skip formatting files", "type": "boolean", "default": false } }, "required": [] }