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

https://github.com/yeoman/yo/blob/d40dbdfff32e335700bbed63f9953d32b5ae1072/lib/router.js#L52 // @SBoudrias

maintenance
easy
to-discuss

Hello. I found out [this](https://github.com/generate/generate-license) project, which Is similar to Yeoman, and for any prompts which is a choice of values, they provide an autocomplete when typing. This is incredibly...

Similar to #375, different error. ## My environment * *OS version/details*: `Windows 10 64-bit` * *Node version:* `6.9.1` * *npm version:* `3.10.8` * *Version of yo :* `2.0.0` `yo --version...

## Type of issue bug Note: I am not sure if the behavior is intended, but the effect is causing a log of confusion. If the behavior is intended, then...

Would be nice to cleanup the codebase to use promises instead of callbacks: https://github.com/yeoman/yo/search?utf8=%E2%9C%93&q=cb%28 Should probably wait on https://github.com/yeoman/generator/issues/1006.

Getting error when running yomen. On fresh copy of windows 10. ``` C:\Users\drosskopf λ npm install yo -g C:\Users\drosskopf\AppData\Roaming\npm\yo -> C:\Users\drosskopf\AppData\Roaming\npm\node_modules\yo\lib\cli.js C:\Users\drosskopf\AppData\Roaming\npm\yo-complete -> C:\Users\drosskopf\AppData\Roaming\npm\node_modules\yo\lib\completion\index.js > [email protected] postinstall C:\Users\drosskopf\AppData\Roaming\npm\node_modules\yo\node_modules\spawn-sync > node...

to-confirm

We should be helpful when a user tries to run a generator that is not installed. If it exists on npm, we should show how to install it, if not,...

actionnable
feature
medium

As of now: ``` sh I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself. npm...

actionnable
feature
hard

Might be good. Might be bad.

actionnable
feature
easy

Hey guys, I wrote a small generator to allow me aliasing generators locally in a project => [generator-ho](https://github.com/stylesuxx/generator-ho) So instead of for example running: ``` Bash yo react-webpack-redux:component YourComponent ```...

actionnable
feature
medium