-
**This should be useful.**
1. The [options] parameter described in subgenerators _(yo aspnet --help)_ has no documentation.
2. In the console situated at the root folder of my project when I run
```
…
-
Hello people. I installed Backbone.js generator yo backbone my-app After i generated view backbone:view blog. Then i run grunt server and i see my app in http://localhost:9000/ cool! =) But if i will …
-
Can we make it such that the subgenerators handle file extensions better? For example if I invoke the MvcController with either of the commands.
`yo aspnet:MvcController MyController`
or
`yo aspnet…
-
Instead of using grunt sync/copy to copy ES5 files from the working folder to the WAB, we could work in ES6 and use grunt babel to transpile the code and output to the WAB folder.
This should happen …
-
##### **Overview of the issue**
The path for Cassandra dockerfile is`dockerfile: cassandra/Cassandra.Dockerfile` but this path is not right if we run the subgenerator.
##### **Motivation for or Use C…
-
We are doing some verification on the Yeoman generators for the RC2 release of ASP.NET. I'm opening this bug to track all the feedback I collected from the verification process. I did the verification…
-
##### **Overview of the issue**
In the master, the generator does not work when trying to generate with a Cassandra database and not internationalization
##### **JHipster Version(s)**
master (a1ed45…
-
So, running "yo" and selecting "Angular" from the "Run a generator" list, maybe should display a list of sub-generators from the angular generator instead of running "app".
Or, (at least,) if "yo" is…
geecu updated
8 years ago
-
When I use the pair generator, it creates a module without dependencies, like this:
`angular.module('module_name')`
But this generates the following error
`Error: [$injector:nomod] Module 'module_n…
-
Generator should have an option to bypass the `type` questions
`--web` - Web template
`--webapi` - Web API template
`--empty` - Empty template
`--nancy` - Nancy template
`--console` - Console templa…