I have recently started trying out ASP.NET 5, specifically starting a project with yo-aspnet generator.
I am trying to figure out how to create a solution with multiple projects, like was normal in the pre-ASP.NET 5 days. For example, a solution with a WebApp project, WebApi project, and a unit test project for each.
There does not seem to be a yeoman generator to make a solution structure like this.