ClickTwiceRunner.

PublishTemplate(DirectoryPath, string, string, string, string) Method

Summary

Prepares a directory-based ClickTwice template, using the provided metadata
Assembly
Cake.ClickTwice.dll
Namespace
Cake.ClickTwice
Containing Type
ClickTwiceRunner

Syntax

public CakeTemplatePublisher PublishTemplate(DirectoryPath templateDirectory, string packageId, string version, string author, string description = null)

Parameters

Name Type Description
templateDirectory DirectoryPath Path to the tempalte directory
packageId string Id of the package to generate
version string Version of the generated package
author string Author of the generated package
description string Optional description of the generated package

Return Value

Type Description
CakeTemplatePublisher