yo icon indicating copy to clipboard operation
yo copied to clipboard

CLI tool for running Yeoman generators

Results 118 yo issues
Sort by recently updated
recently updated
newest added

Never used yeoman before (on this machine/job anyway, I've used it at home). Installed it a few minutes ago. It crashed quickly: versions: ``` $ yo --version && echo $PATH...

use yeoman-generator-list so that we: 1. don't duplicate filtering code 2. speed up generator search? I guess 3. have access to additional metadata, Eg. stars https://github.com/yeoman/yo/issues/352 related to https://github.com/yeoman/yeoman-generator-list/issues/30

in progress

It'd be nice if the system throws a prompt asking for confirmation to create the project in the parent directory that contains a 'yo-rc.json` file if it exists. Currently there...

actionnable
feature
medium
ready

So we don't have another [`1.4.0` situation](https://github.com/yeoman/yo/issues/264). Basically test that `yo generator-name` works.

actionnable
maintenance
easy

The generator search in the yo CLI leaves a lot to be desired. I just made it so that the generator description is shown in the search: https://github.com/yeoman/yo/commit/f5ab6e94097d73ac23a0e223695ff84b372586fb This is...

Running this without a connection throws a not-user friendly error. ``` yo ------------------------------------------------------------------------------------------------------------------- ? 'Allo Eddie! What would you like to do? Install a generator ? Search npm for generators:...

to-discuss

Hey, when you try install a generator and yo fails to install the generator (in my case because it needs to run the npm installs with sudo) it still gives...

bug
actionnable
medium

As of now: ``` sh $ yo xyz Error xyz You don't seem to have a generator with the name xyz installed. You can see available generators with npm search...

actionnable
feature
medium

Yesterday I've been to a local JS meetup, and one of the presenter used Yeoman for its demo. Unfortunatly, until he was connected to the wifi, `yo` was throwing. Cannot...

actionnable
feature
easy
to-split

![screen shot 2014-08-16 at 00 30 26](https://cloud.githubusercontent.com/assets/170270/3939690/da2e57d8-24cb-11e4-9c31-223ce353e145.png) When an update is available. Would be nice. Thoughts? I think we can use https://github.com/TooTallNate/keypress to get the space keypress event. ## @yeoman/yeoman-contributors

actionnable
feature
medium