generator-hyper-angular v0.1.6-0
generator-hyper-angular 
HyperAngular (generator-hyper-angular) is a Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration,
and testing. It's designed to provide plenty of tooling to help you code expressively at all scales, while putting up
railings to keep your code consistent and clean. It stamps out a simple application that tests itself and self-documents
the structure of the generated template.
Getting Started
You need Yeoman:
$ npm install -g yoGet yourself a nice Protractor environment going:
$ npm install -g protractor
$ webdriver-manager update --standaloneTo install generator-hyper-angular from npm, run:
$ npm install -g generator-hyper-angularMake your project a directory:
$ mkdir hyper-angular-project && cd $_Get generating after a couple questions:
$ yo hyper-angularTest
Your application is clean right out of the box. Test the whole thing:
$ grunt test:allRun
The application is the documentation. Start it:
$ grunt serve:development
```
After it starts, visit the URL that it tells you to visit in your favorite browser.
## Example
Check out [the example build](https://github.com/jprystowsky/example-hyper-angular-project) to see what it could look like and see build status, etc.
## License
MIT
## Feedback
Let me ([Jacob Prystowsky](https://github.com/jprystowsky)) know if you found this useful. I like to build things that are used to build things.
[](https://bitdeli.com/free "Bitdeli Badge")12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago