UNPKG

@flowaccount/nx-aws-cdk

Version:

aws-cdk executors and generators for nx workspace

25 lines (24 loc) 546 B
{ "$schema": "http://json-schema.org/schema", "id": "NxAwsCdkInit", "title": "Add Nx aws-cdk Schematics", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files", "type": "boolean", "default": false }, "expressApp": { "description": "Is an express application?", "type": "boolean", "default": false }, "ec2Instance": { "description": "Is an ec2 instance stack?", "type": "boolean", "default": false } }, "required": [] }