Skip to content

sumitparakh/ngx-aws-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGX-AWS-DEPLOY

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

Installation

We can install ngx-aws-deploy on two different ways.

  1. Use the Angular cmd ng add @jefiozie/ngx-aws-deploy

    ng add @jefiozie/ngx-aws-deploy
  2. Or install it via npm or yarn

    npm install -D @jefiozie/ngx-aws-deploy
    
    #########
    
    yarn add --dev @jefiozie/ngx-aws-deploy

Contributing

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.

License

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 61.5%
  • TypeScript 38.3%
  • CSS 0.2%