-
Hi,
I cannot make Jhipster gae work. It gives me some errors, but I wonder if everybody is having the same problem when using GAE. (I tried with a clean Jhipster project)
##### **Overview of the…
-
### Overview of the issue
This is a list of generators and their sub-packages provided by the parent JHipster project in Java and need to be migrated to Kotlin:
**1st level:** Generators:
**2nd…
-
### Short issue description
Yeoman internal module error when generating mvc controller
### Expected behavior
SomeController.cs file created in current web directory
### Actual behavior
Throw Error…
-
I've just released JHipster v5.7.1 and I realize the README files have "undefined" everywhere instead of having the version number.
See the sample project at https://github.com/jhipster/jhipster-sa…
-
### Short issue description
Specifying a path in the class name generates the file in the correct location, but the Class name includes the path and slashes
### Expected behavior
Class name of `"Foo…
-
It has happened often with me, having some big function (more than a couple screens length) that I change from a standard `return` logic to yielding a generator; or editing some generator function and…
joaoe updated
5 years ago
-
I think a nice workflow could look like:
```
$ mkdir angular-app && cd $_
$ yo
What type of application would you like to create?
[x] Angular
[ ] Backbone
[ ] Update your generators
[ ] Install a …
-
Lets add some unit tests similar to https://github.com/jhipster/generator-jhipster/pull/8365/files
-
```
function* test(action) {
const subgenerator = function*() {
const subgeneratorVariable = yield '1';
console.log('subgeneratorVariable', subgeneratorVariable);
};
…
-
##### **Overview of the feature request**
Allow writing unit tests with yeoman-test when developing blueprints, invoking the main JHipster subgenerator while loading the blueprint subgenerator usin…