-
### Short issue description
The dotnet now ships with `Program.cs` used as default entry point for everything. For some existing projects people could simply run `aspnet:Program` to create that file …
-
Feeds.
For now you could use these nuget feeds:
https://github.com/OmniSharp/generator-aspnet/issues/602#issuecomment-213738780
-
- review content and at least rename `AspNet` to `AspNetCore`
- add shorter alias `Startup` (aspnet:Startup) - we do not create _startup class_, we create entry point (startup) by convention (see that…
-
At least review `AspNet` to `AspNetCore` transition. Try to add this to existing web project and use to check.
Verify using apsnet/mvc:
https://github.com/aspnet/Mvc/tree/dev/samples/TagHelperSample.…
-
There may be a discrepancy in [what's tagged for release 0.4.0 on npm](https://www.npmjs.com/package/generator-wp-make) and what's currently in master (though GitHub is not showing one):
I was trying…
-
I've got a new 0.4.0 MEAN.js app.
When I try to generate a new crud-module named "meets" by running:
```
yo meanjs:crud-module meets
```
I am greeted by:
```
CompName:AppName metasean$ yo mean…
-
This can become quite large on some projects. I mean do we really need 20+ magic get properties? Maybe consider making this an option during the creation process in the sub generator, or remove it ent…
-
##### **Overview of the issue**
The JDL documentation mention keywords like 'microservice' and 'skipClient'. The JDL Studio it self does not recognise them neither does the 'import-jdl' subgenerator…
-
##### **Overview of the issue**
Docker compose fails when adding a microservice with Cassandra to the docker config
```
Checking Docker images in applications' directories...
events.js:154
thr…
-
@cbornet and I talked about this during the meetup. We should support monolithic apps in our docker-compose subgen. It's easy to do because all necessary files are already generated in the app (db yml…