1.0.0 • Published 10 years ago
generator-angular-brunch v1.0.0
generator-angular-brunch 
Status: In development
Getting Started
Install Yeoman and Generator
npm install -g yo generator-angular-brunch
Use
- Create a project directory
mkdir project
cd project
- Create project
yo angular-brunch
Sub-generators
Also, you have a series of sub-generators available:
- Controller
yo angular-brunch:controller
- Service
yo angular-brunch:service
- Factory
yo angular-brunch:factory
- Provider
yo angular-brunch:provider
known Issues
- static-jade-brunch: This library depends of node 0.10 , if you have a later version, you'll get an error when running brunch w
License
MIT