https://github.com/mbejda/generator-ng-aws
Yeoman generator that creates Angular 4 projects bootstrapped with AWS SDK and Twitter Bootstrap.
https://github.com/mbejda/generator-ng-aws
Last synced: 2 months ago
JSON representation
Yeoman generator that creates Angular 4 projects bootstrapped with AWS SDK and Twitter Bootstrap.
- Host: GitHub
- URL: https://github.com/mbejda/generator-ng-aws
- Owner: mbejda
- License: mit
- Created: 2017-09-03T01:49:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T14:39:22.000Z (almost 9 years ago)
- Last Synced: 2025-08-09T06:51:38.397Z (11 months ago)
- Language: JavaScript
- Homepage: https://www.mbejda.com/yeoman-generator-for-angular-4-aws-sdk-twitter-bootstrap/
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# generator-ng-aws
Yeoman generator that creates Angular 4 projects bootstrapped with AWS SDK and Twitter Bootstrap.
## To Get Started
```javascript
npm install -g generator-ng-aws
yo ng-aws
```
## How It Works
The generator uses Angular CLI to create a new Angular project in the working directory. It then installs modules into the project and configures the project to use those modules.
The following modules get installed and configured by the generator:
- [AWS SDK](https://github.com/aws/aws-sdk-js)
- [AWS Cognito](https://github.com/aws/amazon-cognito-identity-js)
- [NG-Bootstrap](https://github.com/ng-bootstrap/ng-bootstrap)
Find the generator on Github [here](https://github.com/mbejda/generator-ng-aws)
---
If you like it, send me a tweet :)
Twitter: [@notmilobejda](twitter.com/notMiloBejda)