phase2 / generator-pattern-lab-starter

This is a Yeoman Generator for pattern-lab-starter: https://github.com/phase2/pattern-lab-starter
10 stars 5 forks source link

Dependencies not installed when run generator? #10

Closed mirie closed 8 years ago

mirie commented 8 years ago

It looks like in app/index.js, there's some lines commented out that allows the option to run npm install & bower install.

I didn't realize that the full install instructions are actually located on https://github.com/phase2/pattern-lab-starter so I investigated why dependencies weren't installed before looking at that readme. Is it typical for generators to require npm install & bower install to be run manually afterwards?