Hi,
Has anyone of you tried to generate MVC Controller with scaffolding based on model class using yeoman generator? I'm trying ASP.NET Core on OSx, using Visual Studio Code. On Windows+Visual Studio 2015 with MVC 6, screen for scaffolding a controller with model would look like screenshot(https://s27.postimg.org/ipfpqhvoj/Screen_Shot_2016_12_26_at_6_12_11_PM.png) I assume, but it's not there on OSx. When I use yo aspnet:mvccontroller ControllerClassName I get a controller but it doesn't create CRUD Views or db migration. Is there any other generator switch that I'm missing? I didn't find much information on yeoman.io including its github.
Any help is appreciated :-)