alferov / generator-angular-gulp-browserify

A Yeoman generator for creating modern web applications using Angular, gulp, SASS, and Browserify
MIT License
21 stars 7 forks source link

how does Yo generator works in this project ? #7

Open faisalahmedpl opened 8 years ago

faisalahmedpl commented 8 years ago

Hi,

i have tried to run yoeman generator cmd for generating controller and service files ... and it didn't worked .

do i have to install yo generator plugins for it ??

can you also mention those plugins which will be compatible with this repository file and code structure ?

Thanks

dv336699 commented 8 years ago

I was wondering the same, why installing a generator to clone the repo when git clone is faster?

alferov commented 8 years ago

@faisalahmedpl Did you install it globally?

@diego-vieira You're right, git clone is much faster. But if you use Yeoman on a daily basis, it helps to bootstrap a new project within seconds, and you don't need to bookmark/memorize a link. Even if you forget a generator name, yo lists all available generators. Pure laziness :smile: