UNPKG

@jefiozie/ngx-aws-deploy

Version:

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

11 lines (10 loc) 267 B
{ "$schema": "@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add @jefiozie/ngx-aws-deploy schematic", "factory": "./src/lib/ng-add#ngAdd", "schema": "./src/lib/ng-add/schema.json" } } }