Checking installed Yeoman generators

Dandy picture Dandy · Aug 7, 2013 · Viewed 15.9k times · Source

What powershell command do I run to see what Yeoman generators I have installed? I'm assuming it's a npm command, but I have no idea since I'm new to CLI.

the yo command

This is what I'm seeing when I enter "yo" into the command line. I'm on version 1.0.0-rc.1.3.

Answer

Simon Wicki picture Simon Wicki · Aug 28, 2013

you should be able to use yo -h in 1.0.0-rc.1.3 and it will list your installed generators along with their generator tasks they provide.