-
-
As asked here http://stackoverflow.com/questions/20721060/yeoman-call-sub-generator-with-user-supplied-arguments
E.g.
```
yo gen:something
// should run programmatically
yo gen:somethingElse someArg…
-
When trying to generate an object i get:
```
$ yo phaser-plus:object
Object class generator:
? What's the name of the object? Shape
? (Optional) What does this object do? Represents a single shape on…
budda updated
8 years ago
-
You don't seem to have a generator with the name guick:source installed.
-
I'm following the steps at http://yeoman.io/authoring/ to create a new yeoman generator.
After running `npm link` in my new generator's directory, I get the following error when trying to use the gen…
-
##### **Overview of the issue**
Executing `yo jhipster:langauges` results in
``` bash
Languages configuration is starting
identical src/main/webapp/app/components/language/language.constants.js
[2…
-
This is a minor issue.
When I set the source module type for a project with a single module using the following code in the constructor `arguments[1][constants.PROP_WAR] = constants.WAR_TYPE_REPO;` …
-
Using generator on Windows 10 in the following manner:
```
yo office
? Project name (display name): yotest2
? Root folder of project? Default to current directory
(C:\Users\jasonjoh\Source\Repos\mai…
-
Hey, I'm loving the generator, thank you for all of the work.
##### **Overview of the issue**
When running `gulp watch`, if a new file is added to the project (copied or generated), the config-cons…
-
##### **Overview of the issue**
When the two containers, jhipsterapp and jhipsterapp-mysql are run in Kubernetes (minikube), the app can't reach the mysql container.
This follows up the discuss…