Deploy your Angular app to Amazon S3 directly from the Angular CLI
We can install ngx-aws-deploy on two different ways.
-
Use the Angular cmd
ng add @jefiozie/ngx-aws-deployng add @jefiozie/ngx-aws-deploy
-
Or install it via
npmoryarnnpm install -D @jefiozie/ngx-aws-deploy ######### yarn add --dev @jefiozie/ngx-aws-deploy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The builder is located in the builderfolder.
The sample app is located in the builder-test folder.
Please make sure to update tests as appropriate.