yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman
988 stars 106 forks source link

Support yarn as dependencies manager #121

Closed LoicGoyet closed 7 years ago

LoicGoyet commented 7 years ago

With the massive adoption of yarn as dependencies manager, it would nice to have a generator.yarnInstall() that would work like generator.npmInstall() or generator.bowerInstall().

SBoudrias commented 7 years ago

See https://github.com/yeoman/generator/issues/964