generator-boilerplate icon indicating copy to clipboard operation
generator-boilerplate copied to clipboard

A simple Yeoman generator using Git submodules to clone over a boilerplate hosted elsewhere on GitHub

Results 2 generator-boilerplate issues
Sort by recently updated
recently updated
newest added

Not sure what happened between the last time I was using this and now but I'm getting this error: ``` Generating from undefined vundefined... ``` Easy to replicate: ``` mkdir...

I setup my submodule as the `app/templates` directory, but when I run `yo [generator-name]` I get the following error: `RangeError: Maximum call stack size exceeded`. I'm wondering if this has...