Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checking installed Yeoman generators

Tags:

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.

like image 316
Dandy Avatar asked Aug 07 '13 15:08

Dandy


1 Answers

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.

like image 170
Simon Wicki Avatar answered Sep 30 '22 07:09

Simon Wicki