Simon Boudrias
Simon Boudrias
> Also writing generators with new JS features such as async/await, spread operator and generators would be much more fun. How is this not possible? Yeoman is just JavaScript, it's...
@sindresorhus Any input on what is going on here? Also, I feel like if we need "fix-path", then we should probably implement this directly in yeoman-environment so it support multiple...
@R0muald do you want to send a PR? This project isn't actively maintained anymore, but I'll gladly help you get some fixes in.
Nothing stands out from your example. Any chance that's a code bug on your side? This is a pretty common use case and is working fine on my generators.
Also, storing the image inside the repo would balloon the size of repos on npm and increase install time.
Maybe open a PR, it'll be easier to comments lines. Things I found out through lots of triaging. Most reporter don't know how to find what version of things they...
most probably a `.yo-rc.json` in your home folder.
Yeah, let's reopen this one for now. This does works fine with `yo`, so let's keep the discussion here as it is only affecting yeoman-app.
@mcshaman to answer the question, yes you just call `registerTransformStream()` for each transformer in the order you want to pipe. Let's leave this ticket open though, the documentation could be...
@robblovell yeah, composed generators registered transformed aren't going to run. That was reported somewhere on https://github.com/yeoman/generator/issues (sorry I don't have time to dig it up right now). There was some...