This release has the ability to scaffold out an entire .NET Core project with Aurelia CLI. This will help streamline the Aurelia build process
and enable rapid development in an integrated environment. You can generate a full fledge secure application with the --secure true option on top of all...
More information
$ dotnet new -i Paulovich.Manga
$ dotnet new manga
It creates a .NET Solution with a layered backend (Domain - Application - Infrastructure - WebApi) with the Clean Architecture Style.