generator-jhbangular
This project is setup to quickly create components for angular-seed with yeoman keeping everything contained into one folder. It generates a controller, CSS file, Karma test (designed to fail automatically until you set the appropriate functions) and view with routing.
##Usage
Call the yeoman generator from the root of your application.
``
yo jhbangular myController
``