Cake.Ember

Cake Addin that exends Cake with ability to run the Ember CLI.

#addin nuget:?package=Cake.Ember&version=0.4.1

dotnet add package Cake.Ember --version 0.4.1

<PackageReference Include="Cake.Ember" Version="0.4.1" />

Aliases

Contains functionality related to the Ember CLI.

In order to use the commands for this addin, the Ember CLI utility will need to be installed and available, or you will need to provide a ToolPath to where it can be located, and also you will need to include the following in your build.cake file to download and reference the addin from NuGet.org:

#addin Cake.Ember

General

EmberBuild(EmberBuildSettings) Runs the Ember Build command with the specified settings.
EmberBuild() Runs the Ember Build command.
EmberServe(EmberServeSettings) Runs the Ember Serve command with the specified settings.
EmberServe() Runs the Ember Serve command.