Aurelia.DotNet.Templates by Aurelia Core Team

<PackageReference Include="Aurelia.DotNet.Templates" Version="1.5.0" />

Package Files

530,056 bytes

 Aurelia.DotNet.Templates 1.5.0

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 the normal options. $ dotnet new -i Aurelia.DotNet.Templates $ dotnet new aurelia $ dotnet new aurelia --help Generates a SPA App with .NET Core backend and Aurelia front end

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Aurelia.DotNet.Templates</id>
    <version>1.5.0</version>
    <title>Aurelia CLI with .NET Core with optional security and scaffolding</title>
    <authors>Aurelia Core Team</authors>
    <owners>Aurelia Core Team</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/aurelia/dotnet/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/aurelia/dotnet</projectUrl>
    <iconUrl>https://aurelia.io/media/aurelia-icon-256x256.png</iconUrl>
    <description>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 the normal options.
	
	
		$ dotnet new -i Aurelia.DotNet.Templates
		$ dotnet new aurelia
		$ dotnet new aurelia --help
		Generates a SPA App with .NET Core backend and Aurelia front end</description>
    <summary>This package will scaffold out all the necessary files to get up and running with Aurelia CLI and .NET Core with HMR</summary>
    <releaseNotes>Converted to CMD so no execution policy change is needed for Powershell</releaseNotes>
    <copyright>Copyright (c) 2010 - 2019 Blue Spire Inc.</copyright>
    <language>en-US</language>
    <tags>aurelia .net core aureli cli boilerplate  webapi dotnet-new generator templating dotnet-core typescript rest-client dotnetcore dotnet architecture dotnet-cli dotnet-template</tags>
    <packageTypes>
      <packageType name="Template" />
    </packageTypes>
  </metadata>
</package>