UNPKG

@kcinternals/nx-plugin

Version:

nx plugins for kcws internal usage

32 lines (31 loc) 787 B
{ "$schema": "https://json-schema.org/draft-07/schema", "$id": "Testing", "title": "testing new generator when new nx version", "description": "testing new generator when new nx version", "type": "object", "properties": { "name": { "type": "string", "description": "testing name", "$default": { "$source": "argv", "index": 0 }, "minLength": 1, "maxLength": 64, "x-prompt": "What name would you like to use?" }, "description": { "type": "string", "description": "testing description", "$default": { "$source": "argv", "index": 1 }, "maxLength": 64, "x-prompt": "What description would you like to use?" } }, "required": ["name", "description"] }