/generator-angular-brunch

AngularJS, brunch, Jade templating and more...

Primary LanguageJavaScript

generator-angular-brunch Build Status npm

** 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

License

MIT