UNPKG

@jefiozie/ngx-aws-deploy

Version:

Deploy an Angular app to Amazon S3 directly from the Angular CLI

20 lines (19 loc) 366 B
{ "$schema": "http://json-schema.org/schema", "$id": "AwsDeploy", "title": "AWS Deploy", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "additionalProperties": false }, "required": [ "project" ] }